Beispiel #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "Aktia";
     $this->postUrl = 'https://auth.aktia.fi/vm';
     $this->queryUrl = 'https://ebank.aktia.fi/vmapi/kysely.html';
 }
Beispiel #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "Handelsbanken";
     $this->postUrl = 'https://verkkomaksu.handelsbanken.fi/vm/login.html';
     $this->queryUrl = 'https://verkkomaksu.handelsbanken.fi/vm/kysely.html';
 }
Beispiel #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = "Säästöpankki";
     $this->postUrl = 'https://verkkomaksu.saastopankki.fi/vm/login.html';
     $this->queryUrl = 'https://verkkomaksu.saastopankki.fi/vm/kysely.html';
 }