Skip to content

Commit 24272fa

Browse files
committed
ACP2E-3472: [CLOUD] Shipping calculation is not considering the shopping cart rule
1 parent 31ac0d5 commit 24272fa

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ define([
201201
address;
202202

203203
if (this.validateAddressData(addressFlat)) {
204-
addressFlat = uiRegistry.get('checkoutProvider').shippingAddress; // this is how the triggering is performed. Need to trigger this when selecting region
204+
addressFlat = uiRegistry.get('checkoutProvider').shippingAddress;
205205
address = addressConverter.formAddressDataToQuoteAddress(addressFlat);
206206
selectShippingAddress(address);
207207
} else {

0 commit comments

Comments
 (0)