diff --git a/src/pretix/plugins/stripe/signals.py b/src/pretix/plugins/stripe/signals.py index 74578754c..29189b7d2 100644 --- a/src/pretix/plugins/stripe/signals.py +++ b/src/pretix/plugins/stripe/signals.py @@ -46,10 +46,10 @@ from pretix.presale.signals import html_head, process_response def register_payment_provider(sender, **kwargs): from .payment import ( StripeAffirm, StripeAlipay, StripeBancontact, StripeCC, StripeEPS, - StripeGiropay, StripeIdeal, StripeKlarna, StripeMultibanco, - StripePayPal, StripePrzelewy24, StripeRevolutPay, + StripeGiropay, StripeIdeal, StripeKlarna, StripeMobilePay, + StripeMultibanco, StripePayPal, StripePrzelewy24, StripeRevolutPay, StripeSEPADirectDebit, StripeSettingsHolder, StripeSofort, StripeSwish, - StripeTwint, StripeWeChatPay, StripeMobilePay + StripeTwint, StripeWeChatPay, ) return [