API: Add discount to order position serializer

This commit is contained in:
Raphael Michel
2022-11-03 15:07:35 +01:00
parent 0b95f89882
commit cb3b1f3ac5
4 changed files with 11 additions and 4 deletions

View File

@@ -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,