Remove stub function
authoreileen <emcnaughton@wikimedia.org>
Wed, 5 Aug 2020 21:05:56 +0000 (09:05 +1200)
committereileen <emcnaughton@wikimedia.org>
Wed, 5 Aug 2020 21:05:56 +0000 (09:05 +1200)
We used to do this, we don't now

CRM/Core/Payment/PayflowPro.php

index 9eef03f0e79d9e25cc9fbe78e945f8118e0a5567..0a06a3300d953c9f279b6ab215c27be05001b12e 100644 (file)
@@ -333,18 +333,6 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     }
   }
 
-  /**
-   * NOTE: 'doTransferCheckout' not implemented
-   *
-   * @param array $params
-   * @param $component
-   *
-   * @throws Exception
-   */
-  public function doTransferCheckout(&$params, $component) {
-    throw new CRM_Core_Exception(ts('This function is not implemented'));
-  }
-
   /**
    * This public function checks to see if we have the right processor config values set
    *
@@ -367,9 +355,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     if (!empty($errorMsg)) {
       return implode('<p>', $errorMsg);
     }
-    else {
-      return NULL;
-    }
+    return NULL;
   }
 
   /**
@@ -392,9 +378,10 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
    * Submit transaction using cURL
    *
    * @param string $submiturl Url to direct HTTPS GET to
-   * @param $payflow_query value string to be posted
+   * @param string $payflow_query value string to be posted
    *
    * @return mixed|object
+   * @throws \Civi\Payment\Exception\PaymentProcessorException
    */
   public function submit_transaction($submiturl, $payflow_query) {
     // get data ready for API