Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
18 | public function __construct() { |
||
19 | $this->id = 'multisafepay-connect'; |
||
20 | $this->name = 'MultiSafepay - Connect'; |
||
21 | $this->url = 'http://www.multisafepay.com/'; |
||
22 | $this->product_url = __( 'http://www.multisafepay.com/', 'pronamic_ideal' ); |
||
|
|||
23 | $this->dashboard_url = 'https://merchant.multisafepay.com/'; |
||
24 | $this->provider = 'multisafepay'; |
||
25 | } |
||
46 |