X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2Fipn.php;h=c01ed15fd595660da331d8488ca3fda1fa8cf1f4;hb=07565b0adfb517eb40b48f8deaac1023ce303c68;hp=5aa519c857bafa94ff5e8a3b77a6843f0fb5f58f;hpb=6340311ffde8285b896e31b8dabf34d44d04df83;p=civicrm-core.git diff --git a/extern/ipn.php b/extern/ipn.php index 5aa519c857..c01ed15fd5 100644 --- a/extern/ipn.php +++ b/extern/ipn.php @@ -1,9 +1,9 @@ alert('payment_notification processor_name=PayPal', $_REQUEST); $paypalIPN = new CRM_Core_Payment_PayPalProIPN($_REQUEST); } else { + $log->alert('payment_notification PayPal_Standard', $_REQUEST); $paypalIPN = new CRM_Core_Payment_PayPalIPN(); // @todo upgrade standard per Pro }