Skip to content

Commit 8751b91

Browse files
committed
MAGETWO-65656: [Backport] - When logged in customer edits a new shipping address during checkout they are unable to place the order - for 2.1
- MAGETWO-70727: [GitHub] Shipping method randomly dissapear when page refreshed for 2.1 #7497
1 parent 5fe2afe commit 8751b91

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/model/cart

1 file changed

+3
-3
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/cart/cache.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define([
2424
shippingCarrierCode: null,
2525
rates: null
2626
},
27-
27+
2828
/**
2929
* Set data to local storage.
3030
*
@@ -33,7 +33,7 @@ define([
3333
setData = function (checkoutData) {
3434
storage.set(cacheKey, checkoutData);
3535
},
36-
36+
3737
/**
3838
* Get data from local storage.
3939
*
@@ -49,7 +49,7 @@ define([
4949

5050
return data;
5151
},
52-
52+
5353
/**
5454
* Build method name base on name, prefix and suffix.
5555
*

0 commit comments

Comments
 (0)