This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/app/code/core/Mage/Paypal/Model/Standard.php b/app/code/core/Mage/Paypal/Model/Standard.php | |
index e77e3d8..e70efea 100644 | |
--- a/app/code/core/Mage/Paypal/Model/Standard.php | |
+++ b/app/code/core/Mage/Paypal/Model/Standard.php | |
@@ -368,8 +368,16 @@ class Mage_Paypal_Model_Standard extends Mage_Payment_Model_Method_Abstract | |
*/ | |
} else { | |
- | |
- if ($this->getIpnFormData('mc_gross')!=$order->getBaseGrandTotal()) { |
NewerOlder