Total Complexity | 3 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
17 | class Integration extends AbstractIntegration { |
||
18 | public function __construct() { |
||
19 | $this->id = 'targetpay-ideal'; |
||
20 | $this->name = 'TargetPay - iDEAL'; |
||
21 | $this->product_url = __( 'https://www.targetpay.com/info/ideal?setlang=en', 'pronamic_ideal' ); |
||
22 | $this->dashboard_url = 'https://www.targetpay.com/login'; |
||
23 | $this->provider = 'targetpay'; |
||
24 | } |
||
25 | |||
26 | public function get_config_factory_class() { |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Get settings fields. |
||
32 | * |
||
33 | * @return array |
||
34 | */ |
||
35 | public function get_settings_fields() { |
||
61 |