New implementation of sales channels (#4111)

Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
Raphael Michel
2024-06-30 19:24:30 +02:00
committed by GitHub
parent 95511b0330
commit 4fb5c6bef0
174 changed files with 2902 additions and 616 deletions

View File

@@ -41,7 +41,9 @@ TEST_DISCOUNT_RES = {
"active": True,
"internal_name": "3 for 2",
"position": 1,
"sales_channels": ["web"],
"all_sales_channels": True,
"limit_sales_channels": [],
"sales_channels": ["bar", "baz", "web"],
"available_from": None,
"available_until": None,
"subevent_mode": "mixed",