I tried an un-install/re-install of authorize.net (Aim) to hopefully get this working.
I still get the above error, however ZC is now translating the currencies into USD, but getting hung up on the currency code:
same $100 item:
cart amount: 53 GBP
Code:
Response Code: 3.
Response Text: (TESTMODE) The supplied currency code is either invalid, not supported, not allowed for this merchant or doesn't have an exchange rate.
Sending to Authorizenet: Array
(
[x_login] => *******
[x_tran_key] => *******
[x_relay_response] => FALSE
[x_delim_data] => TRUE
[x_delim_char] => |
[x_encap_char] => *
[x_version] => 3.1
[x_type] => AUTH_ONLY
[x_method] => CC
[x_amount] => 100.00
[x_currency_code] => GBP
cart amount: €70.88
Code:
Response Code: 3.
Response Text: (TESTMODE) The supplied currency code is either invalid, not supported, not allowed for this merchant or doesn't have an exchange rate.
Sending to Authorizenet: Array
(
[x_login] => *******
[x_tran_key] => *******
[x_relay_response] => FALSE
[x_delim_data] => TRUE
[x_delim_char] => |
[x_encap_char] => *
[x_version] => 3.1
[x_type] => AUTH_ONLY
[x_method] => CC
[x_amount] => 100.00
[x_currency_code] => EUR
cart amount: Amount $100 USD:
Code:
Response Code: 1.
Response Text: (TESTMODE) This transaction has been approved.
Sending to Authorizenet: Array
(
[x_login] => *******
[x_tran_key] => *******
[x_relay_response] => FALSE
[x_delim_data] => TRUE
[x_delim_char] => |
[x_encap_char] => *
[x_version] => 3.1
[x_type] => AUTH_ONLY
[x_method] => CC
[x_amount] => 100.00
[x_currency_code] => USD
--------
Running ZC 1.3.8a with authorize.net gateway in TEST MODE
My ZC Settings:
Code:
Enable Authorize.net (AIM) Module
True
Login ID
XXXXXXXXXXXXX
Transaction Key
****************
MD5 Hash
***************
Transaction Mode
Production
Authorization Type
Authorize
Enable Database Storage
False
Customer Notifications
False
Merchant Notifications
True
Request CVV Number
True
Sort order of display.
10
Payment Zone
--none--
Set Completed Order Status
default
Set Refunded Order Status
Pending [1]
Debug Mode
Log and Email
Do I have a bug? or is there an incorrect setting staring in me in the face somewhere?