Fixed #23 -- Tax handling for payment fees

This commit is contained in:
Raphael Michel
2016-03-11 21:55:52 +01:00
parent b7c009343b
commit f095cded08
7 changed files with 70 additions and 2 deletions

View File

@@ -57,6 +57,10 @@ DEFAULTS = {
'default': 'True',
'type': bool
},
'tax_rate_default': {
'default': '0.00',
'type': decimal.Decimal
},
'show_items_outside_presale_period': {
'default': 'True',
'type': bool