Allow filtering by payment provider in order search

This commit is contained in:
Raphael Michel
2017-10-18 13:53:11 +02:00
parent 2f13fa79ba
commit e57ab7f030
4 changed files with 64 additions and 24 deletions

View File

@@ -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)