Skip to content

Commit 8929886

Browse files
AC-6695: Guest Checkout Fix
1 parent 6bda8e4 commit 8929886

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Customer/Model/AccountManagement.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
*/
7070
class AccountManagement implements AccountManagementInterface
7171
{
72+
/**
73+
* System Configuration Path for Enable/Disable Login at Guest Checkout
74+
*/
7275
private const GUEST_CHECKOUT_LOGIN_OPTION_SYS_CONFIG = 'checkout/options/disable_guest_checkout_login';
7376

7477
/**

0 commit comments

Comments
 (0)