Skip to content

Commit 11f21bf

Browse files
authored
fixed disabled guest checkout issue in case of downloadable product
Remove not needed comments
1 parent f4eb33e commit 11f21bf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,11 @@
2020
*/
2121
class IsAllowedGuestCheckoutObserver implements ObserverInterface
2222
{
23-
/**
24-
* Xml path to disable checkout
25-
*/
2623
private const XML_PATH_DISABLE_GUEST_CHECKOUT = 'catalog/downloadable/disable_guest_checkout';
2724

28-
/**
29-
* Xml path to get downloadable Shareable setting
30-
*/
3125
private const XML_PATH_DOWNLOADABLE_SHAREABLE = 'catalog/downloadable/shareable';
3226

3327
/**
34-
* Core store config
35-
*
3628
* @var ScopeConfigInterface
3729
*/
3830
private $scopeConfig;

0 commit comments

Comments
 (0)