Skip to content

Commit d00231d

Browse files
committed
MAGETWO-66436: Add missing return in resolveShippingRates #6321
- Merge Pull Request #6321 from GordonLesti/magento2:resolveShippingRates
2 parents 2613378 + 1ad2905 commit d00231d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ define([
164164
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
165165
availableRate = window.checkoutConfig.selectedShippingMethod;
166166
selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
167+
168+
return;
167169
}
168170

169171
//Unset selected shipping method if not available

0 commit comments

Comments
 (0)