| Total Complexity | 3 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | class DirectDebitBancontactGateway extends Gateway { |
||
| 24 | /** |
||
| 25 | * Payment method. |
||
| 26 | * |
||
| 27 | * @var string |
||
| 28 | */ |
||
| 29 | protected $payment_method = PaymentMethods::DIRECT_DEBIT_BANCONTACT; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Constructs and initialize credit card gateway. |
||
| 33 | */ |
||
| 34 | public function __construct() { |
||
| 46 | ); |
||
| 47 | } |
||
| 48 | |||
| 49 | /** |
||
| 50 | * Get alias class name of this gateway. |
||
| 51 | * |
||
| 52 | * @return string |
||
| 53 | */ |
||
| 54 | public function get_alias() { |
||
| 56 | } |
||
| 57 | |||
| 58 | /** |
||
| 59 | * Get icon function, please note that this is not a MemberPress function. |
||
| 60 | * |
||
| 61 | * @since 2.0.8 |
||
| 62 | * @return string |
||
| 63 | */ |
||
| 64 | protected function get_icon() { |
||
| 68 |