Skip to content

Commit

Permalink
Merge pull request #11463 from MegaphoneJon/CRM-21609
Browse files Browse the repository at this point in the history
CRM-21609 - Correctly handle PayPalPro recurring payments whose amoun…
  • Loading branch information
eileenmcnaughton authored Jan 10, 2018
2 parents 06640b2 + 9415540 commit 861f3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Core/Payment/PayPalProIPN.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ public function getInput(&$input, &$ids) {
$input['net_amount'] = self::retrieve('settle_amount', 'Money', 'POST', FALSE);
$input['trxn_id'] = self::retrieve('txn_id', 'String', 'POST', FALSE);
$input['payment_date'] = $input['receive_date'] = self::retrieve('payment_date', 'String', 'POST', FALSE);
$input['total_amount'] = $input['amount'];
}

/**
Expand Down

0 comments on commit 861f3aa

Please sign in to comment.