コード例 #1
0
ファイル: Nordea.php プロジェクト: dlds/yii2-payment
 /**
  * @inheritdoc
  */
 public function canHandlePaymentResponse(Response $response)
 {
     /** @noinspection SpellCheckingInspection */
     return $response->hasParam('SOLOPMT_RETURN_MAC');
 }
コード例 #2
0
ファイル: AbstractIPizza.php プロジェクト: dlds/yii2-payment
 /**
  * @inheritdoc
  */
 public function canHandlePaymentResponse(Response $response)
 {
     return $response->hasParam('VK_SERVICE');
 }