forked from CGM_Public/pretix_original
API: Allow organizer-level access of orders and invoices (#3547)
This commit is contained in:
@@ -420,6 +420,7 @@ def test_order_create_invoice(token_client, organizer, event, order):
|
||||
pos = order.positions.first()
|
||||
assert json.loads(json.dumps(resp.data)) == {
|
||||
'order': 'FOO',
|
||||
'event': 'dummy',
|
||||
'number': 'DUMMY-00001',
|
||||
'is_cancellation': False,
|
||||
"invoice_from_name": "",
|
||||
|
||||
Reference in New Issue
Block a user