1 | <?php |
||
17 | class CaptureRequest extends AbstractRequest |
||
18 | { |
||
19 | /** |
||
20 | * Get the raw data array for this message. The format of this varies from gateway to |
||
21 | * gateway, but will usually be either an associative array, or a SimpleXMLElement. |
||
22 | * |
||
23 | * @return SimpleXMLElement |
||
24 | */ |
||
25 | 2 | public function getData() |
|
29 | |||
30 | /** |
||
31 | * @param SimpleXMLElement $response |
||
32 | * |
||
33 | * @return ResponseInterface |
||
34 | */ |
||
35 | 2 | protected function createResponse($response) |
|
39 | } |
||
40 |