diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index f1491a24a..69ff425fc 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -388,21 +388,6 @@ class StripeSettingsHolder(BasePaymentProvider): } ), )), - ('method_sofort', - forms.BooleanField( - label=_('SOFORT'), - disabled=self.event.currency != 'EUR', - help_text=( - _('Stripe is in the process of removing this payment method. If you created your Stripe ' - 'account after November 2023, you cannot use this payment method.') + - '
%s
' % _( - 'Despite the name, Sofort payments via Stripe are not processed ' - 'instantly but might take up to 14 days to be confirmed in some cases. ' - 'Please only activate this payment method if your payment term allows for this lag.' - ) - ), - required=False, - )), ('method_eps', forms.BooleanField( label=_('EPS'),