Skip to content

Commit d2d7c9b

Browse files
ENGCOM-6137: Remove unnecessary code in resolveShippingRates method #25170
- Merge Pull Request #25170 from DanielRuf/magento2:fix/frontend-checkout-data-resolver-cleanup - Merged commits: 1. 26d8686
2 parents abbfa03 + 26d8686 commit d2d7c9b

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)