Allow to hide a product unless a specific quota is sold out (#1351)

* Allow to hide a product unless a specific quota is sold out

* Fix required property

* Add API property and copy between events
This commit is contained in:
Raphael Michel
2019-07-25 16:14:24 +02:00
committed by GitHub
parent 2dd75ea252
commit e83e8cdcc0
16 changed files with 250 additions and 8 deletions

View File

@@ -234,6 +234,7 @@ TEST_ITEM_RES = {
"allow_cancel": True,
"min_per_order": None,
"max_per_order": None,
"hidden_if_available": None,
"checkin_attention": False,
"has_variations": False,
"require_approval": False,