From 7b1558b22e669517c86d16e63c6e52e25b08e24f Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Fri, 14 Aug 2026 12:07:34 +0200 Subject: [PATCH] Revert "Stripe/Wero: Do not send payment_method_data" This reverts commit 488f7313965af898d5f523830929e70de2d18661. --- src/pretix/plugins/stripe/payment.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index 050cb6ef99..46ce909dcc 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -1975,8 +1975,3 @@ class StripeWero(StripeRedirectMethod): 'This payment method is available to European online banking users, whose banking institutions support WERO ' 'either through their native banking apps or through the WERO wallet app. Please have you app ready.' ) - - # Apparently, Stripe cannot process payment_method_data["type"] = "wero" for connect accounts. - # Removing it here (while they figure it out), since it doesn't seem to be doing much anyways. - def _payment_intent_kwargs(self, request, payment): - return {}