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 d921849 commit 02bdaddCopy full SHA for 02bdadd
app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js
@@ -214,6 +214,7 @@ define([
214
215
selectedBillingAddress = checkoutData.getSelectedBillingAddress();
216
newCustomerBillingAddressData = checkoutData.getNewCustomerBillingAddress();
217
+
218
if (selectedBillingAddress) {
219
if (selectedBillingAddress == 'new-customer-address' && newCustomerBillingAddressData) { //eslint-disable-line
220
selectBillingAddress(createBillingAddress(newCustomerBillingAddressData));
0 commit comments