Skip to content

Commit e055833

Browse files
authored
1 parent ee56507 commit e055833

File tree

1 file changed

+1
-0
lines changed
  • app/code/core/Mage/Paypal/Model/Api

1 file changed

+1
-0
lines changed

app/code/core/Mage/Paypal/Model/Api/Nvp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ protected function _validateResponse($method, $response)
11641164
if (isset($this->_requiredResponseParams[$method])) {
11651165
foreach ($this->_requiredResponseParams[$method] as $param) {
11661166
if (!isset($response[$param])) {
1167+
Mage::log("Expected PayPal field not found in NVP Response: $param");
11671168
return false;
11681169
}
11691170
}

0 commit comments

Comments
 (0)