Skip to content

Commit 6f0623f

Browse files
MC-21568: The shipping information was unable to be saved. verify the input data and try again.
1 parent 0583fc3 commit 6f0623f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Persistent/Model/QuoteManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function setGuest($checkQuote = false)
8989
->setCustomerLastname(null)
9090
->setCustomerGroupId(\Magento\Customer\Api\Data\GroupInterface::NOT_LOGGED_IN_ID)
9191
->setIsPersistent(false)
92-
->setCustomerIsGuest(true)
9392
->removeAllAddresses();
9493
//Create guest addresses
9594
$quote->getShippingAddress();

0 commit comments

Comments
 (0)