Skip to content

Commit a862620

Browse files
committed
Merge branch 'feature/17744' of github.com:LucasCalazans/magento2 into feature/17744
2 parents ec5d9b7 + b871ea9 commit a862620

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)