From 737317b81e5e8b5be5cdade34b236ddde8d23249 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 18 Nov 2024 17:17:31 +0100 Subject: [PATCH] Stripe: Remove option to enable method_sofort --- src/pretix/plugins/stripe/payment.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index 7eebd17318..c05d194862 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'),