Skip to content

Commit 45a22a1

Browse files
authored
Merge pull request #36 from jovialcore/master
Continued fix for property deprecation
2 parents 7565a8b + c84da31 commit 45a22a1

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

classes/class-wc-tpayway.php

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,23 @@ class WC_TPAYWAY extends WC_Payment_Gateway
1111
* WC_TPAYWAY constructor.
1212
*/
1313

14-
private $id;
15-
private $domain;
16-
private $icon;
17-
private $method_title;
18-
private $has_fields;
19-
private $curlExtension;
20-
private $ratehrkfixed;
21-
private $tecajnaHnbApi;
22-
private $api_version;
23-
private $title;
24-
private $settings;
25-
private $shop_id;
26-
private $acq_id;
27-
private $pg_domain;
28-
private $checkout_msg;
29-
private $description;
30-
private $msg;
31-
14+
public $id;
15+
public $domain;
16+
public $icon;
17+
public $method_title;
18+
public $has_fields;
19+
public $curlExtension;
20+
public $ratehrkfixed;
21+
public $tecajnaHnbApi;
22+
public $api_version;
23+
public $title;
24+
public $settings;
25+
public $shop_id;
26+
public $acq_id;
27+
public $pg_domain;
28+
public $checkout_msg;
29+
public $description;
30+
public $msg;
3231

3332
public function __construct()
3433
{

0 commit comments

Comments
 (0)