| 1 | <?php |
||
| 18 | class CompletePurchaseRequest extends AbstractRequest |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Get the data for this request. |
||
| 22 | * @throws InvalidResponseException |
||
| 23 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
| 24 | * @return array request data |
||
| 25 | */ |
||
| 26 | 12 | public function getData() |
|
| 44 | |||
| 45 | /** |
||
| 46 | * Send the request with specified data. |
||
| 47 | * |
||
| 48 | * @param mixed $data The data to send |
||
| 49 | * |
||
| 50 | * @return CompletePurchaseResponse |
||
| 51 | */ |
||
| 52 | 4 | public function sendData($data) |
|
| 56 | } |
||
| 57 |