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 4345906 commit f99b4c6Copy full SHA for f99b4c6
app/code/Magento/Checkout/view/frontend/web/js/model/cart/estimate-service.js
@@ -22,7 +22,7 @@ define([
22
if (
23
quote.isVirtual() ||
24
window.checkoutConfig.activeCarriers &&
25
- window.checkoutConfig.activeCarriers.length() === 0 &&
+ window.checkoutConfig.activeCarriers.length === 0 &&
26
quote.shippingAddress().isEditable()
27
) {
28
// update totals block when estimated address was set
0 commit comments