mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Phase out giropay support (#4266)
This commit is contained in:
@@ -38,7 +38,7 @@ class Paypal2App(AppConfig):
|
||||
featured = True
|
||||
picture = 'pretixplugins/paypal2/paypal_logo.svg'
|
||||
description = _("Accept payments with your PayPal account. In addition to regular PayPal payments, you can now "
|
||||
"also offer payments in a variety of local payment methods such as giropay, SOFORT, iDEAL and "
|
||||
"also offer payments in a variety of local payment methods such as eps, iDEAL, and "
|
||||
"many more to your customers - they don't even need a PayPal account. PayPal is one of the "
|
||||
"most popular payment methods world-wide.")
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ class PaypalSettingsHolder(BasePaymentProvider):
|
||||
label=_('Alternative Payment Methods'),
|
||||
help_text=_(
|
||||
'In addition to payments through a PayPal account, you can also offer your customers the option '
|
||||
'to pay with credit cards and other, local payment methods such as SOFORT, giropay, iDEAL, and '
|
||||
'to pay with credit cards and other, local payment methods such as eps, iDEAL, and '
|
||||
'many more - even when they do not have a PayPal account. Eligible payment methods will be '
|
||||
'determined based on the shoppers location. For German merchants, this is the direct successor '
|
||||
'of PayPal Plus.'
|
||||
|
||||
Reference in New Issue
Block a user