Skip to content

Commit 98dd6c0

Browse files
authored
Revert const visibility modifier
1 parent caf9ef7 commit 98dd6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/Observer/IsAllowedGuestCheckoutObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class IsAllowedGuestCheckoutObserver implements ObserverInterface
1616
/**
1717
* Xml path to disable checkout
1818
*/
19-
private const XML_PATH_DISABLE_GUEST_CHECKOUT = 'catalog/downloadable/disable_guest_checkout';
19+
const XML_PATH_DISABLE_GUEST_CHECKOUT = 'catalog/downloadable/disable_guest_checkout';
2020

2121
/**
2222
* Xml path to get downloadable Shareable setting

0 commit comments

Comments
 (0)