Consistently include other fees in percentual payment fee

This commit is contained in:
Raphael Michel
2019-07-04 09:30:55 +02:00
parent ce79769293
commit a5e2caf438
3 changed files with 20 additions and 17 deletions

View File

@@ -249,9 +249,7 @@ class BasePaymentProvider:
('_fee_percent',
forms.DecimalField(
label=_('Additional fee'),
help_text=_('Percentage of the order total. Note that this percentage will currently only '
'be calculated on the summed price of sold tickets, not on other fees like e.g. shipping '
'fees, if there are any.'),
help_text=_('Percentage of the order total.'),
localize=True,
required=False,
)),