Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class ApplePayEnabledChecker implements ApplePayEnabledCheckerInterface |
||
19 | { |
||
20 | /** @var RepositoryInterface */ |
||
21 | private $mollieGatewayConfigurationRepository; |
||
22 | |||
23 | public function __construct(RepositoryInterface $mollieGatewayConfigurationRepository) |
||
26 | } |
||
27 | |||
28 | public function isEnabled(): bool |
||
41 |