Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.7
-
Fix Version/s: 3.0.3
-
Component/s: CiviContribute
-
Labels:None
Description
ContributionProcessor.php pulls down all transactions from PayPal for a given date range. Those transaction will include not only money received, but also money paid. However, ContributionProcessor.php doesn't make a distinction between these and will create a contribution in CiviCRM even for transaction where money was paid out, not received. I believe the attached patch should resolve this issue.