| Total Complexity | 2 |
| Total Lines | 27 |
| 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() { |
||
| 39 | ); |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Get icon function, please note that this is not a MemberPress function. |
||
| 44 | * |
||
| 45 | * @since 2.0.8 |
||
| 46 | * @return string |
||
| 47 | */ |
||
| 48 | protected function get_icon() { |
||
| 52 |