forked from CGM_Public/pretix_original
Add custom_field in orders API (#2715)
This commit is contained in:
@@ -222,6 +222,7 @@ def test_invoice_address_shredder(event, order):
|
||||
'company': 'Acme Company',
|
||||
'country': 'UK',
|
||||
'internal_reference': '',
|
||||
'custom_field': None,
|
||||
'is_business': False,
|
||||
'last_modified': ia.last_modified.isoformat().replace('+00:00', 'Z'),
|
||||
'name': '',
|
||||
|
||||
Reference in New Issue
Block a user