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 2613378 + 1ad2905 commit d00231dCopy full SHA for d00231d
app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js
@@ -164,6 +164,8 @@ define([
164
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
165
availableRate = window.checkoutConfig.selectedShippingMethod;
166
selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
167
+
168
+ return;
169
}
170
171
//Unset selected shipping method if not available
0 commit comments