Skip to content

Commit 5f27338

Browse files
author
Vitalii Tychenok
committed
Set isMultiShipping to 0 in database so it can be used correctly by rest api requests on checkout page
1 parent 3f24171 commit 5f27338

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Multishipping/Controller/Checkout

1 file changed

+1
-0
lines changed

app/code/Magento/Multishipping/Controller/Checkout/Plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ public function __construct(\Magento\Checkout\Model\Cart $cart)
3131
public function beforeExecute(\Magento\Framework\App\Action\Action $subject)
3232
{
3333
$this->cart->getQuote()->setIsMultiShipping(0);
34+
$this->cart->saveQuote();
3435
}
3536
}

0 commit comments

Comments
 (0)