Results 1 to 2 of 2

New Authorize.net problem! Please help!

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 ...

      
  1. #1
    Lurker
    Join Date
    Sep 2004
    Posts
    4
    Rep Power
    0


    Default New Authorize.net problem! Please help!

    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. #2
    Lurker
    Join Date
    Sep 2004
    Posts
    4
    Rep Power
    0


    Default

    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.

Similar Threads

  1. osc MS-2 MAX and Authorize.net
    By jayv in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 02-20-2006, 08:30 PM
  2. Authorize.net Module Problem??
    By mosquitohawk in forum osCommerce 2.2 Installation Help
    Replies: 10
    Last Post: 11-14-2005, 01:00 PM
  3. Problem with Authorize.net mod after adding new user ID and
    By cpeters in forum osCMax v1.7 General Mods Discussion
    Replies: 2
    Last Post: 04-27-2005, 10:48 AM
  4. Problem with authorize.net
    By cpeters in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 11-24-2004, 12:45 PM
  5. Authorize.net SIM
    By doggifts in forum osCmax v1.7 Discussion
    Replies: 19
    Last Post: 11-14-2003, 09:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •