| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 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 | public function get_settings_class() { |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Get required settings for this integration. |
||
| 36 | * |
||
| 37 | * @see https://github.com/wp-premium/gravityforms/blob/1.9.16/includes/fields/class-gf-field-multiselect.php#L21-L42 |
||
| 38 | * @since 1.0.7 |
||
| 39 | * @return array |
||
| 40 | */ |
||
| 41 | public function get_settings() { |
||
| 49 |