Add custom_field in orders API (#2715)

This commit is contained in:
Mauro Amico
2022-07-25 15:37:27 +02:00
committed by GitHub
parent adfe2764e3
commit a3bff0a697
5 changed files with 8 additions and 3 deletions

View File

@@ -172,6 +172,7 @@ ORDER_CREATE_PAYLOAD = {
"city": "Sample City",
"country": "NZ",
"internal_reference": "",
"custom_field": None,
"vat_id": ""
},
"positions": [
@@ -321,7 +322,8 @@ def test_order_create_simulate(token_client, organizer, event, item, quota, ques
'state': '',
'vat_id': '',
'vat_id_validated': False,
'internal_reference': ''
'internal_reference': '',
'custom_field': None
},
'positions': [
{