Merge pull request #12727 from pradpnayak/Pseudoconstant
[civicrm-core.git] / CRM / Core / Payment / PayPalImpl.php
index 8ab1bbec3a72056eb575540aabfd24a98813578a..e5cd28035117c78ae3960b62cf390f52153ce76d 100644 (file)
@@ -478,7 +478,7 @@ class CRM_Core_Payment_PayPalImpl extends 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.