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 28c1f28 commit 41c2238Copy full SHA for 41c2238
app/code/Magento/Checkout/Controller/Cart/EstimatePost.php
@@ -65,7 +65,6 @@ public function execute()
65
->setRegionId($regionId)
66
->setRegion($region)
67
->setCollectShippingRates(true);
68
- $this->quoteRepository->save($this->cart->getQuote());
69
$this->cart->save();
70
return $this->_goBack();
71
}
0 commit comments