Hello,
I am using OSC MS-2 MAX shopping cart and I want to integrate this with authorize.net.
All my settings on authorize.net are correct
-----Authorize.net settings-----------------------------------------------------------------------------------------------------------
Response/Receipt URLS --- blank
Relay Response ---- blank
Direct Response -----
Delimited Response - yes
Default field separator - comma
Field encapsulation character - none
Password Required Mode ---- none
Test Mode - turned off
-------------------------------------------------------------------------------------------------------------------------------------------------------
Curl function support is enabled
Curl Information is libcurl/7.10.5 OpenSSL/0.9.6 zlib/1.1.3
-------------------------------------------------------------------------------------------------------------------------------------------------------
Settings in the authorize.net module installed in OSC MS2-Max
Enable Authorize.net Module --True
Login Username -- authorize.net login ID
Login Transaction Key -- authorize.net transaction key
Transaction Mode -- Production
Transaction Method -- Credit Card
Sort order of display -- 0
Customer Notifications -- False
Merchant Notifications --True
-------------------------------------------------------------------------------------------------------------------------------------------------------
I read all the postings on this forum about authorize.net errors and I spent around 48 hours, but I couldn't fix this one. I will be grateful if anyone can help me with this problem. This is the error I am getting after I submit my credit card information.
" There has been an error processing your credit card. Please try again."
-------------------------------------------------------------------------------------------------------------------------------------------------------
Does OSC MS-MAX2 supports integration with authorize.net? in the authorizenet_direct.php file
I have edited the following code too
took out this ---------------------------------------------------------------------------------------------------------------------------------------------
exec("/usr/bin/curl -d \"$data\" https://secure.authorize.net/gateway/transact.dll", $response);
and tried this one ---------------------------------------------------------------------------------------------------------------------------------------------
$url = "https://secure.authorize.net/gateway/transact.dll";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_VERBOSE, 0);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$authorize = curl_exec($ch);
curl_close ($ch);
$response = split("\,", $authorize);
---------------------------------------------------------------------------------------------------------------------------------------------
It didn't work. Can anyoneeeeeeeeeee help me fix this problem..plsssss?





LinkBack URL
About LinkBacks






Bookmarks