コード例 #1
0
 public function __construct(IDeal $ideal)
 {
     parent::__construct($ideal, self::ROOT_NAME);
     $this->setLanguage(IDeal::DUTCH);
     $this->setCurrency(IDeal::EURO);
     $this->setTimeoutAt(new DateTime('now + 15 minutes'));
 }
コード例 #2
0
ファイル: StatusRequest.php プロジェクト: bravesheep/ideal
 public function __construct(IDeal $ideal)
 {
     parent::__construct($ideal, self::ROOT_NAME);
 }