Skip to content

Commit 1ad2905

Browse files
committed
add missing return in resolveShippingRates
1 parent 3a1e45d commit 1ad2905

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)