예제 #1
0
파일: Aktia.php 프로젝트: neatbasis/fpiapi
 /**
  * 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';
 }
예제 #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';
 }
예제 #3
0
파일: Sp.php 프로젝트: neatbasis/fpiapi
 /**
  * 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';
 }