From b4985690f07e5b602c9d44e8c534d78f05dbf81d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 8 Feb 2020 13:05:09 +0100 Subject: [PATCH] Add category --- pretix_servicefees/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pretix_servicefees/__init__.py b/pretix_servicefees/__init__.py index dc3b1cb..ad6eb22 100644 --- a/pretix_servicefees/__init__.py +++ b/pretix_servicefees/__init__.py @@ -9,6 +9,7 @@ class PluginApp(AppConfig): class PretixPluginMeta: name = ugettext_lazy('Service Fees') author = 'Raphael Michel' + category = 'FEATURE' description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.') visible = True version = '1.3.1'