Skip to content

Commit

Permalink
Merge pull request #13009 from seamuslee001/nfc_comment_fix
Browse files Browse the repository at this point in the history
(NFC) Fix comment as hook name was changed
  • Loading branch information
seamuslee001 authored Oct 25, 2018
2 parents bad2cae + c511718 commit d4e9d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ public static function handlePaymentMethod($method, $params = array()) {
$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) {
Expand Down

0 comments on commit d4e9d6a

Please sign in to comment.