mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix #32 -- Add a PayPal webhook listener
This commit is contained in:
@@ -23,7 +23,7 @@ def env():
|
||||
code='FOOBAR', event=event, email='dummy@dummy.test',
|
||||
status=Order.STATUS_PAID,
|
||||
datetime=now(), expires=now() + timedelta(days=10),
|
||||
total=Decimal('13.37'), payment_provider='banktransfer'
|
||||
total=Decimal('13.37'), payment_provider='stripe'
|
||||
)
|
||||
return event, o1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user