mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
New implementation of sales channels (#4111)
Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
@@ -50,6 +50,7 @@ def env():
|
||||
status=Order.STATUS_PAID,
|
||||
datetime=now(), expires=now() + timedelta(days=10),
|
||||
total=Decimal('43.59'),
|
||||
sales_channel=o.sales_channels.get(identifier="web"),
|
||||
)
|
||||
o1.payments.create(
|
||||
amount=o1.total,
|
||||
|
||||
Reference in New Issue
Block a user