| 1 | <?php |
||
| 15 | class CompletePurchaseRequest extends AbstractIncomingRequest |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
| 20 | */ |
||
| 21 | public function getData(): array |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | protected function getIncomingParameters(): array |
||
| 35 | } |
||
| 36 |