1 | <?php |
||
16 | class NotificationRequest extends AbstractIncomingRequest |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | * @throws \Omnipay\Common\Exception\InvalidResponseException |
||
21 | */ |
||
22 | public function sendData($data): NotificationResponse |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | protected function getIncomingParameters(): array |
||
45 | } |
||
46 |