Page 1 of 1

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

PostPosted: Fri May 09, 2014 6:33 pm
by admin
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