X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment%2FPayflowPro.php;h=1d4b92c5e96ce64fb9fad1c3c35985c721dcc6b7;hb=a2366db066c413d41194dfcfb82801db6e7371cb;hp=46541a4b165d9005e489d986c31e137063ceb5a6;hpb=3b1e452b9449056fef9e225e7b6988322bc1229f;p=civicrm-core.git diff --git a/CRM/Core/Payment/PayflowPro.php b/CRM/Core/Payment/PayflowPro.php index 46541a4b16..1d4b92c5e9 100644 --- a/CRM/Core/Payment/PayflowPro.php +++ b/CRM/Core/Payment/PayflowPro.php @@ -44,6 +44,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment { * the processor. It is the main function for processing on-server * credit card transactions */ + /** * This function collects all the information from a web/api form and invokes * the relevant payment processor specific functions to perform the transaction @@ -363,7 +364,6 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment { return $e; } - /** * NOTE: 'doTransferCheckout' not implemented *