Skip to content

Commit b871ea9

Browse files
#17744 Adding logic to get default billing address
Fixed var declaration
1 parent 5372c7d commit b871ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ define([
218218
* Apply resolved billing address to quote
219219
*/
220220
applyBillingAddress: function () {
221-
var shippingAddress;
222-
var isBillingAddressInitialized;
221+
var shippingAddress,
222+
isBillingAddressInitialized;
223223

224224
if (quote.billingAddress()) {
225225
selectBillingAddress(quote.billingAddress());

0 commit comments

Comments
 (0)