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 febd2bd commit 5450526Copy full SHA for 5450526
app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js
@@ -165,7 +165,7 @@ define(
165
}
166
167
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
168
- availableRate = true;
+ availableRate = window.checkoutConfig.selectedShippingMethod;
169
selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
170
171
0 commit comments