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 4a6b670 commit c6535cbCopy full SHA for c6535cb
app/code/Magento/LoginAsCustomerQuote/Plugin/LoginAsCustomerApi/ProcessShoppingCartPlugin.php
@@ -15,7 +15,7 @@
15
use Magento\LoginAsCustomerApi\Api\GetAuthenticationDataBySecretInterface;
16
17
/**
18
- * Mark customer cart as guest cart and remove all items from it
+ * Remove all items from guest shopping cart and mark cart as not-guest
19
*
20
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
21
*/
@@ -60,7 +60,7 @@ public function __construct(
60
}
61
62
63
- * Remove all items from guest shopping cart and mark customer cart as not-guest
64
65
* @param AuthenticateCustomerBySecretInterface $subject
66
* @param string $secret
0 commit comments