From: Selwyn Tang <selwyntcy@users.noreply.github.com>
Date: Thu, 23 Aug 2018 08:03:11 +0000 (+0800)
Subject: Fix inconsistent reference to function name
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=01c23151e52374571fa8ad04c00fb90c76704116;p=civicrm-core.git

Fix inconsistent reference to function name
---

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.