1 | <?php |
||
9 | class AcceptNotificationRequest extends AbstractRequest |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | 7 | public function getData() |
|
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | * |
||
26 | * @return \Omnipay\Paysera\Message\AcceptNotificationResponse |
||
27 | * |
||
28 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
29 | * @throws \Omnipay\Common\Exception\InvalidResponseException |
||
30 | */ |
||
31 | 7 | public function sendData($data) |
|
41 | |||
42 | /** |
||
43 | * Parse the data. |
||
44 | * |
||
45 | * @param string $data |
||
46 | * @return array |
||
47 | */ |
||
48 | 4 | protected function parseData($data) |
|
56 | } |
||
57 |