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