mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Allow filtering by payment provider in order search
This commit is contained in:
@@ -55,6 +55,7 @@ class StripeSettingsHolder(BasePaymentProvider):
|
||||
identifier = 'stripe_settings'
|
||||
verbose_name = _('Stripe')
|
||||
is_enabled = False
|
||||
is_meta = True
|
||||
|
||||
def __init__(self, event: Event):
|
||||
super().__init__(event)
|
||||
|
||||
Reference in New Issue
Block a user