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.
2 parents abbfa03 + d2d7c9b commit 8d7c070Copy full SHA for 8d7c070
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