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 3a1e45d commit 1ad2905Copy full SHA for 1ad2905
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