From e201be1c65f4115445b8af8cceeb3fadb1fb063b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 29 Sep 2017 17:08:04 +0200 Subject: [PATCH] Clarify payment fee / shipping fee relation --- src/pretix/base/payment.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index 04166c17b..2876a2f6a 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -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',