Skip to content

Commit 84fbf69

Browse files
committed
ACP2E-1580: Tax and Shipping Estimator in the Cart not reflecting default destination configuration
1 parent bc665c1 commit 84fbf69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/new-customer-address.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ define([
2929
/* eslint-enable */
3030
) {
3131
regionId = window.checkoutConfig.defaultRegionId || undefined;
32-
} else if (!addressData['region_id']) {
33-
regionId = undefined;
3432
}
3533

3634
return {

0 commit comments

Comments
 (0)