Remove instances of fatal
[civicrm-core.git] / CRM / Core / Payment / PayflowPro.php
index 46541a4b165d9005e489d986c31e137063ceb5a6..1d4b92c5e96ce64fb9fad1c3c35985c721dcc6b7 100644 (file)
@@ -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
    *