X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2Fipn.php;h=c01ed15fd595660da331d8488ca3fda1fa8cf1f4;hb=07565b0adfb517eb40b48f8deaac1023ce303c68;hp=8cbea934617181538d46d7447d2e78696d68b160;hpb=9ed4c3c05a8b3d0932a18eabe3be878121cb8d19;p=civicrm-core.git diff --git a/extern/ipn.php b/extern/ipn.php index 8cbea93461..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 }