Skip to content

Commit 0e0784a

Browse files
rostilosengcom-Charlie
authored andcommitted
remove loader on shipping methods section if there are no avalable methods after update
1 parent fb6370c commit 0e0784a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/cart/estimate-service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ define([
4141
totalsProcessors[type] ?
4242
totalsProcessors[type].estimateTotals(quote.shippingAddress()) :
4343
totalsProcessors['default'].estimateTotals(quote.shippingAddress());
44+
shippingService.isLoading(false);
4445
} else {
4546
// check if user data not changed -> load rates from cache
4647
if (!cartCache.isChanged('address', quote.shippingAddress()) &&

0 commit comments

Comments
 (0)