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 3f24171 commit 5f27338Copy full SHA for 5f27338
app/code/Magento/Multishipping/Controller/Checkout/Plugin.php
@@ -31,5 +31,6 @@ public function __construct(\Magento\Checkout\Model\Cart $cart)
31
public function beforeExecute(\Magento\Framework\App\Action\Action $subject)
32
{
33
$this->cart->getQuote()->setIsMultiShipping(0);
34
+ $this->cart->saveQuote();
35
}
36
0 commit comments