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 1b30452 commit 2fb069dCopy full SHA for 2fb069d
app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js
@@ -167,6 +167,8 @@ define(
167
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
168
availableRate = true;
169
selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
170
+
171
+ return;
172
}
173
174
//Unset selected shipping method if not available
0 commit comments