mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Re-compute fees after applying a giftcard
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user