Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class CaptureRequest extends AbstractRequest implements CrefoPayApiRequestInterface |
||
11 | { |
||
12 | protected const REQUEST_TYPE = 'capture'; |
||
13 | |||
14 | /** |
||
15 | * @return string |
||
16 | */ |
||
17 | public function getRequestType(): string |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @return string |
||
24 | */ |
||
25 | public function getUrl(): string |
||
30 |