Skip to content

Commit 02be50a

Browse files
committed
ACP2E-1120: update unit tests; fix static errors
1 parent 24817ba commit 02be50a

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Payment/Model/Method

1 file changed

+3
-3
lines changed

app/code/Magento/Payment/Model/Method/Free.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ class Free extends \Magento\Payment\Model\Method\AbstractMethod
2929
/**
3030
* XML Paths for configuration constants
3131
*/
32-
protected const XML_PATH_PAYMENT_FREE_ACTIVE = 'payment/free/active';
32+
public const XML_PATH_PAYMENT_FREE_ACTIVE = 'payment/free/active';
3333

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';
3535

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';
3737

3838
/**
3939
* Payment Method features

0 commit comments

Comments
 (0)