We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eadce9 commit d3607fdCopy full SHA for d3607fd
app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js
@@ -133,6 +133,9 @@ define(
133
if (this.selectedAddress() && this.selectedAddress() != newAddressOption) {
134
selectBillingAddress(this.selectedAddress());
135
checkoutData.setSelectedBillingAddress(this.selectedAddress().getKey());
136
+ if (window.checkoutConfig.reloadOnBillingAddress) {
137
+ setBillingAddressAction(globalMessageList);
138
+ }
139
} else {
140
this.source.set('params.invalid', false);
141
this.source.trigger(this.dataScopePrefix + '.data.validate');
0 commit comments