Example #1
0
 /**
  *
  */
 public function __construct()
 {
     $this->supports = array('products', 'refunds');
     /* Has issuers dropdown */
     $this->has_fields = TRUE;
     parent::__construct();
 }
Example #2
0
 /**
  *
  */
 public function __construct()
 {
     $this->supports = array('products', 'refunds');
     parent::__construct();
     add_filter('woocommerce_' . $this->id . '_args', array($this, 'addPaymentArguments'), 10, 2);
 }
Example #3
0
 /**
  *
  */
 public function __construct()
 {
     $this->supports = array('products', 'refunds');
     parent::__construct();
 }