VirtueMart 2 > Plugins: Payment, Shipment and others
Authorize.net in Latest Version (Please Test)
sschlee:
One more thing. I tested with PayPal and had no problems, but still having the same issues with Authorize.net plugin.
dontflinch:
your error log seems to indicate there is a stray underscore somewhere. the system template folder should just be system not _system.
have you tried turning on debugging?
mikeritter:
Fixed CURL as posted above.
Authorize.net account is in TEST MODE.
SSL is valid.
Now getting error:
There was an error while processing your transaction: (TESTMODE) Email is required. (3)
SOLVED:
Variable was missing in authorizenet.php. Around line 745 I added:
--- Code: ---'x_email' => isset($usrBT->email) ? $this->_getField ($usrBT->email, 100) : '',//get email
--- End code ---
Also added
--- Code: ---'x_ship_to_company' => 'company',//filler for company var
--- End code ---
to solve related issue
alatak:
Hello,
--- Quote ---
//Added the next line to fix SSL verification issue (CURL error verifying the far end SSL Cert)
curl_setopt($curl_request, CURLOPT_SSL_VERIFYPEER, 0);
//End Authorize.net fix
--- End quote ---
Ok i have added this fix.
As well as this one:
--- Code: ---'x_email' => isset($usrBT->email) ? $this->_getField ($usrBT->email, 100) : '',//get email
--- End code ---
for the parameter x_ship_to_company, i have added
--- Code: --- 'x_ship_to_company' => isset($usrST->company) ? $this->_getField ($usrST->company, 50) : '',
--- End code ---
martingillespi:
I have already test this new version of Authorize.net. Many of new features has been added in it and some existing functionality has changed to improve its performance. I sure people will like this latest version of Authorize.net.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version