public function __construct()
 {
     $this->supports = array('products');
     $this->issuer = 'creditcard/mastercard';
     $this->has_fields = FALSE;
     parent::__construct();
 }
 public function __construct()
 {
     $this->supports = array('products');
     $this->issuer = 'sofort/digital';
     $this->has_fields = FALSE;
     parent::__construct();
 }
 public function __construct()
 {
     $this->supports = array('products');
     $this->issuer = 'banktransfer/sepa';
     $this->has_fields = FALSE;
     parent::__construct();
 }
 public function __construct()
 {
     $this->supports = array('products');
     $this->issuer = 'bancontact/mrcash';
     $this->has_fields = FALSE;
     parent::__construct();
 }
 public function __construct()
 {
     $this->supports = array('products');
     $this->issuer = 'paypal/direct';
     $this->has_fields = FALSE;
     parent::__construct();
 }
 public function __construct()
 {
     $this->supports = array('products');
     $this->issuer = 'afterpay/giro';
     $this->has_fields = FALSE;
     parent::__construct();
 }
 public function __construct()
 {
     $this->supports = array('products');
     $this->has_fields = TRUE;
     parent::__construct();
 }