We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbfa03 commit 26d8686Copy full SHA for 26d8686
app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js
@@ -170,9 +170,6 @@ define([
170
171
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
172
availableRate = window.checkoutConfig.selectedShippingMethod;
173
- selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
174
-
175
- return;
176
}
177
178
//Unset selected shipping method if not available
0 commit comments