1 | <?php |
||
11 | class CompletePurchaseRequest extends PurchaseRequest |
||
12 | { |
||
13 | /** @see PurchaseRequest::$action */ |
||
14 | protected $action = 'withauthkey'; |
||
15 | |||
16 | 3 | public function getData() |
|
20 | |||
21 | /** |
||
22 | * Make request for additional details as per {@see https://www.bpoint.com.au/developers/v3/#!#threepartyrettranres} |
||
23 | */ |
||
24 | 3 | public function sendData($data) |
|
40 | } |
||
41 |