Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:None
Description
Paypal IPN only populates payment_gross for US$ payments to US$ accounts. The mc_gross field is always populated.
So just need to change payment_gross to mc_gross in its single occurrence in the IPN processor.
Tested for US$ to US$ and US$ to Euro account.