Add event meta-data

This commit is contained in:
Raphael Michel
2017-08-28 11:46:35 +02:00
parent 454ca27c54
commit 88f5af3e77
23 changed files with 470 additions and 27 deletions

View File

@@ -11,7 +11,8 @@ TEST_SUBEVENT_RES = {
'id': 1,
'variation_price_overrides': [],
'location': None,
'item_price_overrides': []
'item_price_overrides': [],
'meta_data': {'type': 'Workshop'}
}