mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Approvals
This commit is contained in:
@@ -230,6 +230,7 @@ TEST_ITEM_RES = {
|
||||
"max_per_order": None,
|
||||
"checkin_attention": False,
|
||||
"has_variations": False,
|
||||
"require_approval": False,
|
||||
"variations": [],
|
||||
"addons": [],
|
||||
"original_price": None
|
||||
|
||||
@@ -203,6 +203,7 @@ TEST_ORDER_RES = {
|
||||
"vat_id": "",
|
||||
"vat_id_validated": False
|
||||
},
|
||||
"require_approval": False,
|
||||
"positions": [TEST_ORDERPOSITION_RES],
|
||||
"downloads": [],
|
||||
"payments": TEST_PAYMENTS_RES,
|
||||
|
||||
Reference in New Issue
Block a user