Skip to content

Commit 615e81d

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-3037: Checkout page Validation message incorrect.
1 parent 001e518 commit 615e81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ function (
168168
selectBillingAddress(newBillingAddress);
169169
checkoutData.setSelectedBillingAddress(newBillingAddress.getKey());
170170
checkoutData.setNewCustomerBillingAddress(addressData);
171+
this.updateAddresses(true);
171172
}
172173
}
173-
this.updateAddresses(true);
174174
},
175175

176176
/**

0 commit comments

Comments
 (0)