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

@@ -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': '',