Skip to content

Commit b1c25b9

Browse files
authored
Merge pull request #1 from Detsieber/Detsieber-lab.civicrm.org/dev/core/-/issues/1215
https://lab.civicrm.org/dev/core/-/issues/1215
2 parents f45541f + 1577dc9 commit b1c25b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CRM/Core/Payment/PayPalImpl.php

+5
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,11 @@ public function handlePaymentNotification() {
796796
$paypalIPN = new CRM_Core_Payment_PayPalProIPN($params);
797797
break;
798798

799+
case 'PayPal_Express':
800+
// "PayPal - Express"
801+
$paypalIPN = new CRM_Core_Payment_PayPalProIPN($params);
802+
break;
803+
799804
case 'PayPal_Standard':
800805
// "PayPal - Website Payments Standard"
801806
$paypalIPN = new CRM_Core_Payment_PayPalIPN($params);

0 commit comments

Comments
 (0)