Add category

This commit is contained in:
Raphael Michel 2020-02-08 13:05:09 +01:00
parent c746f69832
commit b4985690f0
1 changed files with 1 additions and 0 deletions

View File

@ -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'