Fix inconsistent reference to function name
authorSelwyn Tang <selwyntcy@users.noreply.github.com>
Thu, 23 Aug 2018 08:03:11 +0000 (16:03 +0800)
committerGitHub <noreply@github.com>
Thu, 23 Aug 2018 08:03:11 +0000 (16:03 +0800)
CRM/Core/Payment.php

index b686cd8501a36f70b3b0e90f1e6566abda1749be..13f506bcd118e2627c14e1fe5cb51e63362b139b 100644 (file)
@@ -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.