| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | public function __construct() { |
||
| 27 | parent::__construct( 'MeprApplePayGateway', PaymentMethods::APPLE_PAY ); |
||
| 28 | |||
| 29 | // Capabilities. |
||
| 30 | $this->capabilities = array( |
||
|
|
|||
| 31 | 'process-payments', |
||
| 32 | 'create-subscriptions', |
||
| 33 | 'cancel-subscriptions', |
||
| 34 | 'update-subscriptions', |
||
| 35 | 'subscription-trial-payment', |
||
| 36 | ); |
||
| 39 |