コード例 #1
0
ファイル: Spankki.php プロジェクト: neatbasis/fpiapi
 /**
  * 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';
 }
コード例 #2
0
ファイル: Tapiola.php プロジェクト: neatbasis/fpiapi
 /**
  * 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';
 }
コード例 #3
0
ファイル: Alandsbanken.php プロジェクト: neatbasis/fpiapi
 /**
  * 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';
 }