Merge pull request #18019 from eileenmcnaughton/event_clean
[civicrm-core.git] / CRM / Core / Payment / PayPalImpl.php
index 022067bd98b568294c53c5d23e5763aa600fa93a..79c2ecd9de9989c85452670cd816b98e64cd9d70 100644 (file)
@@ -690,7 +690,7 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
    * @throws \CRM_Core_Exception
    * @throws \CiviCRM_API3_Exception
    */
-  public static function handlePaymentNotification() {
+  public function handlePaymentNotification() {
     $params = array_merge($_GET, $_REQUEST);
     $q = explode('/', CRM_Utils_Array::value('q', $params, ''));
     $lastParam = array_pop($q);