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 5372c7d commit b871ea9Copy full SHA for b871ea9
app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js
@@ -218,8 +218,8 @@ define([
218
* Apply resolved billing address to quote
219
*/
220
applyBillingAddress: function () {
221
- var shippingAddress;
222
- var isBillingAddressInitialized;
+ var shippingAddress,
+ isBillingAddressInitialized;
223
224
if (quote.billingAddress()) {
225
selectBillingAddress(quote.billingAddress());
0 commit comments