Fix #473 -- Internal name for categories and products (#900)

* Fix #473 -- Internal name for categories and products

* fix pdf renderer
This commit is contained in:
Raphael Michel
2018-05-11 12:53:25 +02:00
committed by GitHub
parent e678b52a7e
commit edeaa1333b
30 changed files with 152 additions and 55 deletions

View File

@@ -87,6 +87,7 @@ def cart_position(event, item, variations):
TEST_CATEGORY_RES = {
"name": {"en": "Tickets"},
"description": {"en": ""},
"internal_name": None,
"position": 0,
"is_addon": False
}
@@ -192,6 +193,7 @@ def item3(event):
TEST_ITEM_RES = {
"name": {"en": "Budget Ticket"},
"internal_name": None,
"default_price": "23.00",
"category": None,
"active": True,