mirror of
https://github.com/pretix/pretix.git
synced 2026-08-23 12:51:59 +00:00
API: Expose OrderPosition.voucher_budget_use (#3867)
This commit is contained in:
@@ -135,6 +135,7 @@ def test_giftcard_detail_expand(token_client, organizer, event, giftcard):
|
||||
"discount": None,
|
||||
"attendee_email": None,
|
||||
"voucher": None,
|
||||
"voucher_budget_use": None,
|
||||
"tax_rate": "0.00",
|
||||
"tax_value": "0.00",
|
||||
"secret": op.secret,
|
||||
|
||||
Reference in New Issue
Block a user