Skip to content

Commit b7d61f2

Browse files
committed
Ensure we re-calculate taxes after changing quantities.
1 parent 8634802 commit b7d61f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jazkarta/shop/browser/cart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def update(self):
103103
cart_id: 'Not enough items in stock.',
104104
}
105105

106+
self.cart.calculate_taxes()
106107
self.validate_cart()
107108

108109
def __call__(self):

0 commit comments

Comments
 (0)