You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
What triggers this response "Authorize.net returned a malformed response, aborted." We are getting this error message on some 16 prestashops that were processing orders earlier this month Sept. 2019 in prestashop ver 1.6.1.24?
if (!isset($response[7]) || !isset($response[3]) || !isset($response[9]))
{
$msg = 'Authorize.net returned a malformed response for cart';
if (isset($response[7]))
$msg .= ' '.(int)$response[7];
Logger::addLog($msg, 4);
die('Authorize.net returned a malformed response, aborted.');
}
The text was updated successfully, but these errors were encountered:
What triggers this response "Authorize.net returned a malformed response, aborted." We are getting this error message on some 16 prestashops that were processing orders earlier this month Sept. 2019 in prestashop ver 1.6.1.24?
if (!isset($response[7]) || !isset($response[3]) || !isset($response[9]))
{
$msg = 'Authorize.net returned a malformed response for cart';
if (isset($response[7]))
$msg .= ' '.(int)$response[7];
Logger::addLog($msg, 4);
die('Authorize.net returned a malformed response, aborted.');
}
The text was updated successfully, but these errors were encountered: