コード例 #1
0
ファイル: Payline.php プロジェクト: poolport/poolport
 /**
  * {@inheritdoc}
  */
 public function verify($transaction)
 {
     parent::verify($transaction);
     $this->userPayment();
     $this->verifyPayment();
     return $this;
 }
コード例 #2
0
ファイル: Pasargad.php プロジェクト: poolport/poolport
 /**
  * {@inheritdoc}
  */
 public function verify($transaction)
 {
     parent::verify($transaction);
     $this->verifyPayment();
     $this->settleRequest();
     return $this;
 }