Skip to content

Commit 5450526

Browse files
committed
MAGETWO-57992: Reloading page on checkout causes shipping method to go "undefined" - for mainline
1 parent febd2bd commit 5450526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ define(
165165
}
166166

167167
if (!availableRate && window.checkoutConfig.selectedShippingMethod) {
168-
availableRate = true;
168+
availableRate = window.checkoutConfig.selectedShippingMethod;
169169
selectShippingMethodAction(window.checkoutConfig.selectedShippingMethod);
170170
}
171171

0 commit comments

Comments
 (0)