aspen Posted December 3, 2003 Share Posted December 3, 2003 I have been noticing a bug with my store where if a customer changes his billing address during the checkout process it was not being sent to authorize.net, his main account address was being sent instead. The version of my authorizenet.php file is $Id: authorizenet.php,v 1.47 2003/02/14 05:51:31 hpdl Exp $ I don't know if this bug was fixed in lated versions or not but to fix it all I needed to do was look around 216 and where it prints out the hidden form fields change the customer[] array values to billing[] So customer['firstname'] becomes billing['firstname'] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.