Skip to content

Commit ff5436f

Browse files
MAGETWO-96850: [2.3.x] One page Checkout resets Customer data if Product Qty was changed
- Changed the logic of getting checkout data
1 parent be3a4cf commit ff5436f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ define([
3737
'selectedBillingAddress': null, //Selected billing address pulled from persistence storage
3838
'billingAddressFromData': null, //Billing address pulled from persistence storage
3939
'newCustomerBillingAddress': null //Billing address pulled from persistence storage for new customer
40-
}
40+
};
4141
},
4242

4343
/**

0 commit comments

Comments
 (0)