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 f4eb33e commit 11f21bfCopy full SHA for 11f21bf
app/code/Magento/Downloadable/Observer/IsAllowedGuestCheckoutObserver.php
@@ -20,19 +20,11 @@
20
*/
21
class IsAllowedGuestCheckoutObserver implements ObserverInterface
22
{
23
- /**
24
- * Xml path to disable checkout
25
- */
26
private const XML_PATH_DISABLE_GUEST_CHECKOUT = 'catalog/downloadable/disable_guest_checkout';
27
28
29
- * Xml path to get downloadable Shareable setting
30
31
private const XML_PATH_DOWNLOADABLE_SHAREABLE = 'catalog/downloadable/shareable';
32
33
/**
34
- * Core store config
35
- *
36
* @var ScopeConfigInterface
37
38
private $scopeConfig;
0 commit comments