Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
23 | class DirectDebitBancontactGateway extends Gateway { |
||
24 | /** |
||
25 | * Constructs and initialize credit card gateway. |
||
26 | */ |
||
27 | public function __construct() { |
||
37 | ); |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * Get icon function, please note that this is not a MemberPress function. |
||
42 | * |
||
43 | * @since 2.0.8 |
||
44 | * @return string |
||
45 | */ |
||
46 | protected function get_icon() { |
||
50 |