Skip to content

Commit caf9ef7

Browse files
author
Rani Priya
authored
made const as private
1 parent c3e1ce0 commit caf9ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2121
/**
2222
* Xml path to get downloadable Shareable setting
2323
*/
24-
const XML_PATH_DOWNLOADABLE_SHAREABLE = 'catalog/downloadable/shareable';
24+
private const XML_PATH_DOWNLOADABLE_SHAREABLE = 'catalog/downloadable/shareable';
2525

2626
/**
2727
* Core store config

0 commit comments

Comments
 (0)