Merge pull request #12979 from mattwire/datepicker_eventparticipant_register
[civicrm-core.git] / CRM / Core / Payment.php
index cf31189d384d2492b47e01fc256940dfa0a109f0..f54e61d254205c268c288a24c48445af0cdb475d 100644 (file)
@@ -1393,7 +1393,7 @@ abstract class CRM_Core_Payment {
       $extension_instance_found = TRUE;
     }
 
-    // Call IPN alterIPNData hook to allow for custom processing of IPN data.
+    // Call IPN postIPNProcess hook to allow for custom processing of IPN data.
     $IPNParams = array_merge($_GET, $_REQUEST);
     CRM_Utils_Hook::postIPNProcess($IPNParams);
     if (!$extension_instance_found) {