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 b99355c commit 9250185Copy full SHA for 9250185
app/code/Magento/Checkout/view/frontend/web/js/model/cart/estimate-service.js
@@ -69,6 +69,7 @@ define([
69
cartCache.isChanged('shipping-address', quote.shippingAddress()) &&
70
(!quote.shippingMethod() || !quote.shippingMethod()['method_code'])) {
71
totalsDefaultProvider.estimateTotals(quote.shippingAddress());
72
+ cartCache.set('totals', quote.getTotals());
73
}
74
75
},
0 commit comments