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 a44eb5d commit 0890139Copy full SHA for 0890139
app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js
@@ -226,7 +226,7 @@ define([
226
227
return;
228
}
229
- shippingAddress = quote.billingAddress();
+
230
if(quote.isVirtual()) {
231
isBillingAddressInitialized = addressList.some(function (addrs) {
232
if (addrs.isDefaultBilling()) {
@@ -237,6 +237,7 @@ define([
237
});
238
239
240
+ shippingAddress = quote.shippingAddress();
241
if (!isBillingAddressInitialized &&
242
shippingAddress &&
243
shippingAddress.canUseForBilling() &&
0 commit comments