We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8634802 commit b7d61f2Copy full SHA for b7d61f2
1 file changed
jazkarta/shop/browser/cart.py
@@ -103,6 +103,7 @@ def update(self):
103
cart_id: 'Not enough items in stock.',
104
}
105
106
+ self.cart.calculate_taxes()
107
self.validate_cart()
108
109
def __call__(self):
0 commit comments