Total Complexity | 8 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class Gateway extends AbstractGateway |
||
16 | { |
||
17 | use GatewayTrait; |
||
18 | use OverwriteServerCompletePurchaseTrait; |
||
19 | |||
20 | /** |
||
21 | * @inheritdoc |
||
22 | * @return PurchaseRequest |
||
23 | */ |
||
24 | public function purchase(array $parameters = []): RequestInterface |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return bool |
||
33 | */ |
||
34 | public function isActive() |
||
50 |