mirror of
https://github.com/pretix/pretix.git
synced 2026-08-28 13:34:40 +00:00
New implementation of sales channels (#4111)
Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
co-authored by
Martin Gross
parent
95511b0330
commit
4fb5c6bef0
@@ -47,6 +47,7 @@ def env():
|
||||
code='1Z3AS', event=event, email='admin@localhost',
|
||||
status=Order.STATUS_PAID,
|
||||
datetime=now(), expires=now() + timedelta(days=10),
|
||||
sales_channel=o.sales_channels.get(identifier="web"),
|
||||
total=23
|
||||
)
|
||||
payment = OrderPayment.objects.create(
|
||||
|
||||
Reference in New Issue
Block a user