forked from github/pretix-servicefees
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:
|
class PretixPluginMeta:
|
||||||
name = ugettext_lazy('Service Fees')
|
name = ugettext_lazy('Service Fees')
|
||||||
author = 'Raphael Michel'
|
author = 'Raphael Michel'
|
||||||
|
category = 'FEATURE'
|
||||||
description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
|
description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
|
||||||
visible = True
|
visible = True
|
||||||
version = '1.3.1'
|
version = '1.3.1'
|
||||||
|
|
Loading…
Reference in a new issue