Example #1
0
 /**
  * Sets up the gateway
  */
 public function __construct()
 {
     parent::__construct('paypal', array('dropdown' => __('PayPal', 'colabsthemes'), 'admin' => __('PayPal', 'colabsthemes')));
     $this->has_fields = false;
     $this->description = get_option('colabs_paypal_description');
     add_action('init', array($this, 'register'));
     //$this->bridge = new Colabs_PayPal_Bridge;
     add_action('init', array($this, 'colabs_listing_handle_payment_return'));
 }
Example #2
0
 /**
  * Sets up the gateway
  */
 public function __construct()
 {
     parent::__construct('authorize_aim', array('dropdown' => __('Authorize.net AIM', 'colabsthemes'), 'admin' => __('Authorize.net AIM', 'colabsthemes')));
     $this->has_fields = true;
     $this->description = get_option('colabs_authorizeaim_description');
 }
 /**
  * Sets up the gateway
  */
 public function __construct()
 {
     parent::__construct('bank', array('dropdown' => __('Bank Transfer', 'colabsthemes'), 'admin' => __('Bank Transfer', 'colabsthemes')));
     $this->has_fields = false;
     $this->description = get_option('colabs_bank_description');
 }