cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this solution

Of course only a moment later I notice the answer. 

 

The Authorize.net hash is in uppercase.  So the correct PHP code is below:

 

$hash = strtoupper(md5('testHASH123HASH'.$_POST['x_trans_id'].$_POST['x_amount']));

View solution in original post

calebpitman1
Contributor
Who Me Too'd this solution