Skip to content

Commit 02bdadd

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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
@@ -214,6 +214,7 @@ define([
214214

215215
selectedBillingAddress = checkoutData.getSelectedBillingAddress();
216216
newCustomerBillingAddressData = checkoutData.getNewCustomerBillingAddress();
217+
217218
if (selectedBillingAddress) {
218219
if (selectedBillingAddress == 'new-customer-address' && newCustomerBillingAddressData) { //eslint-disable-line
219220
selectBillingAddress(createBillingAddress(newCustomerBillingAddressData));

0 commit comments

Comments
 (0)