Exemple #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "S-Pankki";
     $this->postUrl = 'https://online.s-pankki.fi/service/paybutton';
     $this->queryUrl = 'https://online.s-pankki.fi/service/paymentquery';
 }
Exemple #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "Tapiola";
     $this->postUrl = 'https://pankki.tapiola.fi/service/paybutton';
     $this->queryUrl = 'https://pankki.tapiola.fi/service/paymentquery';
 }
Exemple #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "Ålandsbanken";
     $this->postUrl = 'https://online.alandsbanken.fi/service/paybutton';
     $this->queryUrl = 'https://online.alandsbanken.fi/service/paymentquery';
 }