Skip to content

Commit 9250185

Browse files
committed
ACP2E-1143: update all totals in case there are changes
1 parent b99355c commit 9250185

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
@@ -69,6 +69,7 @@ define([
6969
cartCache.isChanged('shipping-address', quote.shippingAddress()) &&
7070
(!quote.shippingMethod() || !quote.shippingMethod()['method_code'])) {
7171
totalsDefaultProvider.estimateTotals(quote.shippingAddress());
72+
cartCache.set('totals', quote.getTotals());
7273
}
7374
}
7475
},

0 commit comments

Comments
 (0)