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
co-authored by Martin Gross
parent 95511b0330
commit 4fb5c6bef0
174 changed files with 2902 additions and 616 deletions
+1
View File
@@ -220,6 +220,7 @@ def test_availability_date_order_relative_subevents(event):
status=Order.STATUS_PENDING,
datetime=now(), expires=now() + datetime.timedelta(days=10),
total=Decimal('46.00'),
sales_channel=event.organizer.sales_channels.get(identifier="web"),
)
OrderPosition.objects.create(
order=order, item=ticket, variation=None, subevent=se1,