Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class WebserviceGateway extends RedirectGateway |
||
11 | { |
||
12 | 1 | public function getName() |
|
13 | { |
||
14 | 1 | return 'Redsys Webservice'; |
|
15 | } |
||
16 | |||
17 | 6 | public function purchase(array $parameters = []) |
|
18 | { |
||
19 | 6 | return $this->createRequest(\Omnipay\Redsys\Message\WebservicePurchaseRequest::class, $parameters); |
|
20 | } |
||
21 | |||
22 | 2 | public function refund(array $parameters = []) |
|
25 | } |
||
26 | } |
||
27 |