/**
  * @inheritdoc
  */
 public function canHandlePaymentResponse(Response $response)
 {
     return $response->hasParam('VK_SERVICE');
 }
Example #2
0
 /**
  * @inheritdoc
  */
 public function canHandlePaymentResponse(Response $response)
 {
     /** @noinspection SpellCheckingInspection */
     return $response->hasParam('SOLOPMT_RETURN_MAC');
 }