mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-13 02:34:21 +01:00
Add category
This commit is contained in:
parent
c746f69832
commit
b4985690f0
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue