We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e1ce0 commit caf9ef7Copy full SHA for caf9ef7
app/code/Magento/Downloadable/Observer/IsAllowedGuestCheckoutObserver.php
@@ -16,12 +16,12 @@ class IsAllowedGuestCheckoutObserver implements ObserverInterface
16
/**
17
* Xml path to disable checkout
18
*/
19
- const XML_PATH_DISABLE_GUEST_CHECKOUT = 'catalog/downloadable/disable_guest_checkout';
+ private const XML_PATH_DISABLE_GUEST_CHECKOUT = 'catalog/downloadable/disable_guest_checkout';
20
21
22
* Xml path to get downloadable Shareable setting
23
24
- const XML_PATH_DOWNLOADABLE_SHAREABLE = 'catalog/downloadable/shareable';
+ private const XML_PATH_DOWNLOADABLE_SHAREABLE = 'catalog/downloadable/shareable';
25
26
27
* Core store config
0 commit comments