mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
remove left over Constant
This commit is contained in:
@@ -346,7 +346,7 @@ class BasePaymentProvider:
|
||||
no guarantee that aborting a pending payment can never happen, it just hides the
|
||||
frontend button to avoid users accidentally committing double payments.
|
||||
"""
|
||||
return True and self.abort_pending_allowed
|
||||
return self.abort_pending_allowed
|
||||
|
||||
@property
|
||||
def requires_invoice_immediately(self):
|
||||
|
||||
Reference in New Issue
Block a user