Skip to content

Commit

Permalink
Merge pull request #1 from Detsieber/Detsieber-lab.civicrm.org/dev/co…
Browse files Browse the repository at this point in the history
  • Loading branch information
Detsieber authored Nov 20, 2021
2 parents f45541f + 1577dc9 commit b1c25b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CRM/Core/Payment/PayPalImpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,11 @@ public function handlePaymentNotification() {
$paypalIPN = new CRM_Core_Payment_PayPalProIPN($params);
break;

case 'PayPal_Express':
// "PayPal - Express"
$paypalIPN = new CRM_Core_Payment_PayPalProIPN($params);
break;

case 'PayPal_Standard':
// "PayPal - Website Payments Standard"
$paypalIPN = new CRM_Core_Payment_PayPalIPN($params);
Expand Down

0 comments on commit b1c25b9

Please sign in to comment.