From c51171801c888b177a676ae0d0a6af891fb2b255 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 25 Oct 2018 12:00:45 +1100 Subject: [PATCH] (NFC) Fix comment as hook name was changed --- CRM/Core/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index cf31189d38..f54e61d254 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -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) { -- 2.25.1