Skip to content

Commit 2fb069d

Browse files
committed
add missing return in resolveShippingRates
1 parent 1b30452 commit 2fb069d

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
@@ -167,6 +167,8 @@ define(
167167
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
168168
availableRate = true;
169169
selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
170+
171+
return;
170172
}
171173

172174
//Unset selected shipping method if not available

0 commit comments

Comments
 (0)