Skip to content

Commit 8d7c070

Browse files
ENGCOM-6137: Remove unnecessary code in resolveShippingRates method #25170
2 parents abbfa03 + d2d7c9b commit 8d7c070

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ define([
170170

171171
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
172172
availableRate = window.checkoutConfig.selectedShippingMethod;
173-
selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
174-
175-
return;
176173
}
177174

178175
//Unset selected shipping method if not available

0 commit comments

Comments
 (0)