File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,23 @@ class WC_TPAYWAY extends WC_Payment_Gateway
11
11
* WC_TPAYWAY constructor.
12
12
*/
13
13
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 ;
32
31
33
32
public function __construct ()
34
33
{
You can’t perform that action at this time.
0 commit comments