Skip to content

Commit 5ddd485

Browse files
committed
ACP2E-1143: trigger tax / subtotal estimates refresh on shipping address updates; jasmine unit test update
1 parent 9815bd2 commit 5ddd485

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
@@ -22,6 +22,7 @@ define([
2222
*/
2323
setShippingAddress = function () {
2424
var shippingAddress = _.pick(quote.shippingAddress(), cartCache.requiredFields);
25+
2526
cartCache.set('shipping-address', shippingAddress);
2627
},
2728

0 commit comments

Comments
 (0)