Test payment methods

This commit is contained in:
Tobias Kunze
2016-11-01 01:02:56 +01:00
committed by Raphael Michel
parent 95670dddc2
commit a6f164c07e
5 changed files with 176 additions and 1 deletions

View File

@@ -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")