Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Authorize.net returned a malformed response, aborted. #6

Open
jointsystems opened this issue Sep 29, 2019 · 1 comment
Open

Authorize.net returned a malformed response, aborted. #6

jointsystems opened this issue Sep 29, 2019 · 1 comment

Comments

@jointsystems
Copy link

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.');
}

@jointsystems
Copy link
Author

Error log from usengines.org

thrown in /home/usenginescorp/public_html/usengine.org/modules/amzpayments/controllers/front/amzpayments.php on line 342

line 342 $physical_destination = $reference_details_result_wrapper->GetOrderReferenceDetailsResult->getOrderReferenceDetails()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant