Skip to content

Commit f99b4c6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ define([
2222
if (
2323
quote.isVirtual() ||
2424
window.checkoutConfig.activeCarriers &&
25-
window.checkoutConfig.activeCarriers.length() === 0 &&
25+
window.checkoutConfig.activeCarriers.length === 0 &&
2626
quote.shippingAddress().isEditable()
2727
) {
2828
// update totals block when estimated address was set

0 commit comments

Comments
 (0)