Merge pull request #7019 from jitendrapurohit/CRM-17395
[civicrm-core.git] / CRM / Core / Payment / PaymentExpress.php
index b87834024ab645acbde16ca909020cdde1e444e6..f26ddfd571ba88a0dbc8133fb67af995dab7a07e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
   +--------------------------------------------------------------------+
-  | CiviCRM version 4.6                                                |
+  | CiviCRM version 4.7                                                |
   +--------------------------------------------------------------------+
   | This file is a part of CiviCRM.                                    |
   |                                                                    |
@@ -95,33 +95,6 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment {
     }
   }
 
-  /**
-   * @param array $params
-   *
-   * @throws Exception
-   */
-  public function setExpressCheckOut(&$params) {
-    CRM_Core_Error::fatal(ts('This function is not implemented'));
-  }
-
-  /**
-   * @param $token
-   *
-   * @throws Exception
-   */
-  public function getExpressCheckoutDetails($token) {
-    CRM_Core_Error::fatal(ts('This function is not implemented'));
-  }
-
-  /**
-   * @param array $params
-   *
-   * @throws Exception
-   */
-  public function doExpressCheckout(&$params) {
-    CRM_Core_Error::fatal(ts('This function is not implemented'));
-  }
-
   /**
    * This function collects all the information from a web/api form and invokes
    * the relevant payment processor specific functions to perform the transaction
@@ -140,8 +113,6 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment {
    *   Name value pair of contribution data.
    *
    * @param $component
-   *
-   * @return void
    */
   public function doTransferCheckout(&$params, $component) {
     $component = strtolower($component);