Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class RefundRequest extends AbstractRequest implements CrefoPayApiRequestInterface |
||
11 | { |
||
12 | /** |
||
13 | * @return string |
||
14 | */ |
||
15 | public function getUrl(): string |
||
16 | { |
||
17 | return $this->config->getRefundActionUrl(); |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * @return string |
||
22 | */ |
||
23 | public function getHttpMethod(): string |
||
26 | } |
||
27 | } |
||
28 |