mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Do not allow to cancel pending payments by default (Z#23179178)
This commit is contained in:
@@ -574,7 +574,7 @@ def test_pending_paypal_drop_fee(env, job):
|
||||
env[2].save()
|
||||
p = env[2].payments.create(
|
||||
provider='paypal',
|
||||
state=OrderPayment.PAYMENT_STATE_PENDING,
|
||||
state=OrderPayment.PAYMENT_STATE_CREATED,
|
||||
fee=fee,
|
||||
amount=env[2].total
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user