Clarify payment fee / shipping fee relation

This commit is contained in:
Raphael Michel
2017-09-29 17:08:04 +02:00
parent acde14372d
commit e201be1c65

View File

@@ -149,7 +149,9 @@ class BasePaymentProvider:
('_fee_percent',
forms.DecimalField(
label=_('Additional fee'),
help_text=_('Percentage'),
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.'),
required=False
)),
('_availability_date',