Skip to content

Commit d921849

Browse files
committed
MAGETWO-91517: Cancel and Return link removes billing and shipping address
- Fix statics.
1 parent 8cf76a5 commit d921849

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ define([
7575
}
7676

7777
newCustomerShippingAddress = checkoutData.getNewCustomerShippingAddress();
78+
7879
if (newCustomerShippingAddress) {
7980
createShippingAddress(newCustomerShippingAddress);
8081
}

app/code/Magento/Checkout/view/frontend/web/js/view/form/element/email.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ define([
2727
}
2828

2929
validatedEmail = checkoutData.getValidatedEmailValue();
30+
3031
if (validatedEmail && !customer.isLoggedIn()) {
3132
quote.guestEmail = validatedEmail;
3233
}

0 commit comments

Comments
 (0)