Authorize.net Fatal error Blank screen on VM2.6.0a (stable)

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Authorize.net Fatal error Blank screen on VM2.6.0a (stable)

Postby admin » Fri May 09, 2014 6:33 pm

After confirming an order with authorize.net core VM payment method, you may experience a fatal error (blank screen).

To fix this issue, please locate your:
/plugins/vmpayment/authorizenet/authorizenet.php

and update this line:
Code: Select all
return $this->_currentMethod->get('sandbox') ? $this->_currentMethod->sandbox_transaction_key : $this->_currentMethod->transaction_key;

to:
Code: Select all
return $this->_currentMethod->sandbox ? $this->_currentMethod->sandbox_transaction_key : $this->_currentMethod->transaction_key;


best regards,
stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Return to One Page Checkout for Virtuemart 2

cron