mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Test payment methods
This commit is contained in:
committed by
Raphael Michel
parent
95670dddc2
commit
a6f164c07e
@@ -7,7 +7,7 @@ from pretix import __version__ as version
|
||||
|
||||
class PaypalApp(AppConfig):
|
||||
name = 'pretix.plugins.paypal'
|
||||
verbose_name = _("Stripe")
|
||||
verbose_name = _("PayPal")
|
||||
|
||||
class PretixPluginMeta:
|
||||
name = _("PayPal")
|
||||
|
||||
Reference in New Issue
Block a user