Add "attention" flag to products

This commit is contained in:
Raphael Michel
2017-08-25 15:14:54 +02:00
parent f98f25fb6b
commit fd35b5ea72
9 changed files with 69 additions and 6 deletions

View File

@@ -74,6 +74,7 @@ TEST_ITEM_RES = {
"allow_cancel": True,
"min_per_order": None,
"max_per_order": None,
"checkin_attention": False,
"has_variations": False,
"variations": [],
"addons": []