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