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 f05c409 commit 022f38eCopy full SHA for 022f38e
app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js
@@ -165,6 +165,7 @@ function (
165
checkoutData.setNewCustomerBillingAddress(addressData);
166
}
167
168
+ setBillingAddressAction(globalMessageList);
169
this.updateAddresses();
170
},
171
@@ -222,7 +223,11 @@ function (
222
223
* Trigger action to update shipping and billing addresses
224
*/
225
updateAddresses: function () {
- setBillingAddressAction(globalMessageList);
226
+ if (window.checkoutConfig.reloadOnBillingAddress ||
227
+ !window.checkoutConfig.displayBillingOnPaymentMethod
228
+ ) {
229
230
+ }
231
232
233
/**
0 commit comments