From 01c23151e52374571fa8ad04c00fb90c76704116 Mon Sep 17 00:00:00 2001 From: Selwyn Tang Date: Thu, 23 Aug 2018 16:03:11 +0800 Subject: [PATCH] Fix inconsistent reference to function name --- 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 b686cd8501..13f506bcd1 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -1153,7 +1153,7 @@ abstract class CRM_Core_Payment { } /** - * Process payment - this function wraps around both doTransferPayment and doDirectPayment. + * Process payment - this function wraps around both doTransferCheckout and doDirectPayment. * * The function ensures an exception is thrown & moves some of this logic out of the form layer and makes the forms * more agnostic. -- 2.25.1