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 1de952a commit 5f2f97cCopy full SHA for 5f2f97c
app/code/Magento/Checkout/Model/TotalsInformationManagement.php
@@ -68,10 +68,9 @@ public function calculate(
68
}
69
$quoteShippingAddress->setCollectShippingRates(true)
70
->setShippingMethod($shippingMethod);
71
+ $quoteShippingAddress->save();
72
73
- $quote->setTotalsCollectedFlag(false);
74
- $this->cartRepository->save($quote);
75
76
return $this->cartTotalRepository->get($cartId);
77
0 commit comments