forked from CGM_Public/pretix_original
Re-introduce plugin categories
This commit is contained in:
@@ -12,6 +12,7 @@ class BankTransferApp(AppConfig):
|
||||
class PretixPluginMeta:
|
||||
name = _("Bank transfer")
|
||||
author = _("the pretix team")
|
||||
category = 'PAYMENT'
|
||||
version = version
|
||||
description = _("This plugin allows you to receive payments " +
|
||||
"via bank transfer ")
|
||||
|
||||
Reference in New Issue
Block a user