This is a discussion on New Authorize.net problem! Please help! within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I am running MS2 MAX 1.7. I have searched the forums here and at oscommerce.com with no luck. My problem ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am running MS2 MAX 1.7. I have searched the forums here and at oscommerce.com with no luck. My problem is this: Create a new account, add product to cart, checkout, during checkout, change the billing address, finish. CC is denied by Authorize.net because it says the billing address is wrong. So, I check, and the address submitted to Authroize.net is the original address used when creating the account. The only way to get it to send another address to Authorize.net is to edit the main account address in the database. So, I turned on another payment module and tried again. No problems, the billing address I selected during checkout was used. So, it must be an issue somewhere in the authorize.net module. I looked through the files, but could not find anything. Please Help! Live store. |
|
#2
| |||
| |||
| I think I fond the problem. In includes/modules/authorizenet_direct.php I changed these values: x_Address => "{$order->customer['street_address']}", x_City => "{$order->customer['city']}", x_State => "{$order->customer['state']}", x_Zip => "{$order->customer['postcode']}", x_Country => "{$order->customer['country']['title']}", to: x_Address => "{$order->billing['street_address']}", x_City => "{$order->billing['city']}", x_State => "{$order->billing['state']}", x_Zip => "{$order->billing['postcode']}", x_Country => "{$order->billing['country']['title']}", I am testing it now and will post the results in case anyone else wants to fix this. I am assuming this problem is in all releases of MS2 MAX - so if you are using authorize.net you may want to check. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| osc MS-2 MAX and Authorize.net | jayv | osCommerce 2.2 Modification Help | 3 | 02-20-2006 08:30 PM |
| Authorize.net Module Problem?? | mosquitohawk | osCommerce 2.2 Installation Help | 10 | 11-14-2005 01:00 PM |
| Problem with Authorize.net mod after adding new user ID and | cpeters | osCMax v1.7 General Mods Discussion | 2 | 04-27-2005 09:48 AM |
| Problem with authorize.net | cpeters | osCommerce 2.2 Installation Help | 1 | 11-24-2004 12:45 PM |
| Authorize.net SIM | doggifts | osCMax v1.7 Discussion | 19 | 11-14-2003 09:41 AM |