1 | <?php |
||
17 | class IncomingResponse extends Response |
||
18 | { |
||
19 | use Concerns\ResponseSignatureValidation; |
||
20 | |||
21 | /** |
||
22 | * Khởi tạo đối tượng Response. |
||
23 | * |
||
24 | * @param \Omnipay\Common\Message\RequestInterface $request |
||
25 | * @param $data |
||
26 | * @throws \Omnipay\Common\Exception\InvalidResponseException |
||
27 | */ |
||
28 | public function __construct(RequestInterface $request, $data) |
||
36 | } |
||
37 |