Skip to content

Commit

Permalink
MAGETWO-65656: [Backport] - When logged in customer edits a new shipp…
Browse files Browse the repository at this point in the history
…ing 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
  • Loading branch information
DianaRusin committed Jul 27, 2017
1 parent 5fe2afe commit 8751b91
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -24,7 +24,7 @@ define([
shippingCarrierCode: null,
rates: null
},

/**
* Set data to local storage.
*
Expand All @@ -33,7 +33,7 @@ define([
setData = function (checkoutData) {
storage.set(cacheKey, checkoutData);
},

/**
* Get data from local storage.
*
Expand All @@ -49,7 +49,7 @@ define([

return data;
},

/**
* Build method name base on name, prefix and suffix.
*
Expand Down

0 comments on commit 8751b91

Please sign in to comment.