Skip to content

Commit 5fe2afe

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 a77434e commit 5fe2afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/shipping-rates-validator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ define(
1313
'./postcode-validator',
1414
'mage/translate',
1515
'uiRegistry',
16-
'Magento_Checkout/js/model/shipping-address/form-popup-state',
17-
'Magento_Checkout/js/model/quote'
16+
'Magento_Checkout/js/model/quote',
17+
'Magento_Checkout/js/model/shipping-address/form-popup-state'
1818
],
1919
function (
2020
$,

0 commit comments

Comments
 (0)