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 + 26d8686 commit d2d7c9bCopy full SHA for d2d7c9b
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