mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
API: Add discount to order position serializer
This commit is contained in:
@@ -157,6 +157,7 @@ TEST_ORDERPOSITION_RES = {
|
||||
"attendee_name": "Peter",
|
||||
"attendee_email": None,
|
||||
"voucher": None,
|
||||
"discount": None,
|
||||
"tax_rate": "0.00",
|
||||
"tax_value": "0.00",
|
||||
"tax_rule": None,
|
||||
|
||||
Reference in New Issue
Block a user