mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Stripe: iDEAL -> iDEAL | Wero rebrand
This commit is contained in:
@@ -38,7 +38,7 @@ var pretixpaypal = {
|
|||||||
credit: gettext('PayPal Credit'),
|
credit: gettext('PayPal Credit'),
|
||||||
card: gettext('Credit Card'),
|
card: gettext('Credit Card'),
|
||||||
paylater: gettext('PayPal Pay Later'),
|
paylater: gettext('PayPal Pay Later'),
|
||||||
ideal: gettext('iDEAL'),
|
ideal: gettext('iDEAL | Wero'),
|
||||||
sepa: gettext('SEPA Direct Debit'),
|
sepa: gettext('SEPA Direct Debit'),
|
||||||
bancontact: gettext('Bancontact'),
|
bancontact: gettext('Bancontact'),
|
||||||
giropay: gettext('giropay'),
|
giropay: gettext('giropay'),
|
||||||
|
|||||||
@@ -1569,7 +1569,7 @@ class StripeGiropay(StripeRedirectWithAccountNamePaymentIntentMethod):
|
|||||||
class StripeIdeal(StripeRedirectMethod):
|
class StripeIdeal(StripeRedirectMethod):
|
||||||
identifier = 'stripe_ideal'
|
identifier = 'stripe_ideal'
|
||||||
verbose_name = _('iDEAL via Stripe')
|
verbose_name = _('iDEAL via Stripe')
|
||||||
public_name = _('iDEAL')
|
public_name = _('iDEAL | Wero')
|
||||||
method = 'ideal'
|
method = 'ideal'
|
||||||
explanation = _(
|
explanation = _(
|
||||||
'iDEAL is an online payment method available to customers of Dutch banks. Please keep your online '
|
'iDEAL is an online payment method available to customers of Dutch banks. Please keep your online '
|
||||||
|
|||||||
Reference in New Issue
Block a user