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 fb6370c commit 0e0784aCopy full SHA for 0e0784a
app/code/Magento/Checkout/view/frontend/web/js/model/cart/estimate-service.js
@@ -41,6 +41,7 @@ define([
41
totalsProcessors[type] ?
42
totalsProcessors[type].estimateTotals(quote.shippingAddress()) :
43
totalsProcessors['default'].estimateTotals(quote.shippingAddress());
44
+ shippingService.isLoading(false);
45
} else {
46
// check if user data not changed -> load rates from cache
47
if (!cartCache.isChanged('address', quote.shippingAddress()) &&
0 commit comments