Skip to content

Commit c6535cb

Browse files
committed
magento2-login-as-customer/pull/162: Fixed issue magento2-login-as-customer/issues/156
1 parent 4a6b670 commit c6535cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/LoginAsCustomerQuote/Plugin/LoginAsCustomerApi/ProcessShoppingCartPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\LoginAsCustomerApi\Api\GetAuthenticationDataBySecretInterface;
1616

1717
/**
18-
* Mark customer cart as guest cart and remove all items from it
18+
* Remove all items from guest shopping cart and mark cart as not-guest
1919
*
2020
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2121
*/
@@ -60,7 +60,7 @@ public function __construct(
6060
}
6161

6262
/**
63-
* Remove all items from guest shopping cart and mark customer cart as not-guest
63+
* Remove all items from guest shopping cart and mark cart as not-guest
6464
*
6565
* @param AuthenticateCustomerBySecretInterface $subject
6666
* @param string $secret

0 commit comments

Comments
 (0)