Exemple #1
0
 /**
  * @inheritdoc
  */
 public function canHandlePaymentResponse(Response $response)
 {
     /** @noinspection SpellCheckingInspection */
     $isKrediidipank = 'KREP' == $response->getParam('VK_SND_ID', false);
     return $isKrediidipank && parent::canHandlePaymentResponse($response);
 }
Exemple #2
0
 /**
  * @inheritdoc
  */
 public function canHandlePaymentResponse(Response $response)
 {
     $isSEB = 'EYP' == $response->getParam('VK_SND_ID', false);
     return $isSEB && parent::canHandlePaymentResponse($response);
 }