File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Payment/Model/Method Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ class Free extends \Magento\Payment\Model\Method\AbstractMethod
29
29
/**
30
30
* XML Paths for configuration constants
31
31
*/
32
- protected const XML_PATH_PAYMENT_FREE_ACTIVE = 'payment/free/active ' ;
32
+ public const XML_PATH_PAYMENT_FREE_ACTIVE = 'payment/free/active ' ;
33
33
34
- protected const XML_PATH_PAYMENT_FREE_ORDER_STATUS = 'payment/free/order_status ' ;
34
+ public const XML_PATH_PAYMENT_FREE_ORDER_STATUS = 'payment/free/order_status ' ;
35
35
36
- protected const XML_PATH_PAYMENT_FREE_PAYMENT_ACTION = 'payment/free/payment_action ' ;
36
+ public const XML_PATH_PAYMENT_FREE_PAYMENT_ACTION = 'payment/free/payment_action ' ;
37
37
38
38
/**
39
39
* Payment Method features
You can’t perform that action at this time.
0 commit comments