Skip to content

Commit d34a196

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
class Free extends \Magento\Payment\Model\Method\AbstractMethod
2626
{
27-
protected const PAYMENT_METHOD_FREE_CODE = 'free';
27+
public const PAYMENT_METHOD_FREE_CODE = 'free';
2828

2929
/**
3030
* XML Paths for configuration constants

0 commit comments

Comments
 (0)