Skip to content

Commit 26d8686

Browse files
committed
Remove unnecessary code in resolveShippingRates method
1 parent abbfa03 commit 26d8686

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)