Skip to content

Commit fc08b7b

Browse files
MAGETWO-55301: Enable tax rate calculation on address change without shipping methods
1 parent f99b4c6 commit fc08b7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ define([
2121

2222
if (
2323
quote.isVirtual() ||
24-
window.checkoutConfig.activeCarriers &&
25-
window.checkoutConfig.activeCarriers.length === 0 &&
26-
quote.shippingAddress().isEditable()
24+
window.checkoutConfig.activeCarriers && window.checkoutConfig.activeCarriers.length === 0
2725
) {
2826
// update totals block when estimated address was set
2927
totalsProcessors['default'] = totalsDefaultProvider;

0 commit comments

Comments
 (0)