Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
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 | } |
||
49 |