Skip to content

Commit 4fd6a03

Browse files
author
Timon de Groot
committed
Estimate totals when cart data changes
1 parent 8433083 commit 4fd6a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/cart/estimate-service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ define([
8080
quote.shippingAddress.subscribe(estimateTotalsAndUpdateRates);
8181
quote.shippingMethod.subscribe(estimateTotalsShipping);
8282
quote.billingAddress.subscribe(estimateTotalsBilling);
83+
customerData.get('cart').subscribe(estimateTotalsShipping);
8384
});

0 commit comments

Comments
 (0)