Skip to content

Commit b7bd82f

Browse files
committed
ACP2E-3472: [CLOUD] Shipping calculation is not considering the shopping cart rule
1 parent 02089f2 commit b7bd82f

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/shipping-rates-validator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ define([
8585
uiRegistry.async(formPath + '.' + field)(self.doElementBinding.bind(self));
8686
});
8787
let regionId = uiRegistry.async(formPath + '.region_id');
88+
8889
if (regionId() !== undefined) {
8990
this.bindHandler(regionId(), self.validateDelay);
9091
}

0 commit comments

Comments
 (0)