From af28785fb994047e30ea43f69db3612433ae9207 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 12 Mar 2026 13:37:35 +0100 Subject: [PATCH] Stripe: iDEAL -> iDEAL | Wero rebrand --- .../paypal2/static/pretixplugins/paypal2/pretix-paypal.js | 2 +- src/pretix/plugins/stripe/payment.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js b/src/pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js index 8b4ca095c7..e5864f60a0 100644 --- a/src/pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js +++ b/src/pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js @@ -38,7 +38,7 @@ var pretixpaypal = { credit: gettext('PayPal Credit'), card: gettext('Credit Card'), paylater: gettext('PayPal Pay Later'), - ideal: gettext('iDEAL'), + ideal: gettext('iDEAL | Wero'), sepa: gettext('SEPA Direct Debit'), bancontact: gettext('Bancontact'), giropay: gettext('giropay'), diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index ba5f3d1a41..5211d09435 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -1569,7 +1569,7 @@ class StripeGiropay(StripeRedirectWithAccountNamePaymentIntentMethod): class StripeIdeal(StripeRedirectMethod): identifier = 'stripe_ideal' verbose_name = _('iDEAL via Stripe') - public_name = _('iDEAL') + public_name = _('iDEAL | Wero') method = 'ideal' explanation = _( 'iDEAL is an online payment method available to customers of Dutch banks. Please keep your online '