Skip to content

Commit

Permalink
[srcq-OpenMage#890] _debug() call in Mage_Paypal_Model_Api_Standard->…
Browse files Browse the repository at this point in the history
…getStandardCheckoutRequest()
  • Loading branch information
seansan authored and edannenberg committed Aug 24, 2020
1 parent a3e3686 commit 6ac7a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Paypal/Model/Api/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function getStandardCheckoutRequest()

// payer address
$this->_importAddress($request);
$this->_debug(array('request' => $request)); // TODO: this is not supposed to be called in getter

return $request;
}

Expand Down

0 comments on commit 6ac7a4e

Please sign in to comment.