Exemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->postUrl = '';
     $this->queryUrl = '';
     $this->hasPaymentAbility = true;
     $this->hasQueryAbility = true;
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "Nordea e-maksu";
     $this->postUrl = 'https://solo3.nordea.fi/cgi-bin/SOLOPM01';
     $this->queryUrl = 'https://solo3.nordea.fi/cgi-bin/SOLOPM10';
     $this->hasPaymentAbility = true;
     $this->hasQueryAbility = true;
     $this->hasRefundAbility = true;
 }
Exemplo n.º 3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "Sampo Pankki";
     $this->postUrl = 'https://verkkopankki.danskebank.fi/SP/vemaha/VemahaApp';
     $this->queryUrl = 'https://netbank.danskebank.dk/HB';
     $this->hasPaymentAbility = true;
     $this->hasQueryAbility = false;
     //true;
 }