Re-compute fees after applying a giftcard

This commit is contained in:
Raphael Michel
2020-04-01 17:09:58 +02:00
parent c0edce7760
commit b02196434b
2 changed files with 11 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ class CartMixin:
return {
'positions': positions,
'invoice_address': self.invoice_address,
'all_with_voucher': all(p.voucher_id for p in positions),
'raw': cartpos,
'total': total,