Skip to content

Commit 63ad4a3

Browse files
authored
#23972 fix disabled guest checkout issue
Fix static test
1 parent 88778bd commit 63ad4a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class IsAllowedGuestCheckoutObserver implements ObserverInterface
3737
* @var LinkCollectionFactory
3838
*/
3939
private $linkCollectionFactory;
40-
40+
4141
/**
4242
* @var StoreManagerInterface
4343
*/
@@ -118,6 +118,8 @@ private function checkForShareableLinks(CartItemInterface $item, int $storeId):
118118
}
119119

120120
/**
121+
* Returns not sharable values depending on configuration
122+
*
121123
* @param int $storeId
122124
* @return array
123125
*/

0 commit comments

Comments
 (0)