From 74fc1fe43b8c9de3dae26392a21e0af8080700e5 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 3 Nov 2020 11:27:52 +0100 Subject: [PATCH] paybox: add help text for 'cle' parameter (#48218) --- eopayment/paybox.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eopayment/paybox.py b/eopayment/paybox.py index 161074b..fb8f066 100644 --- a/eopayment/paybox.py +++ b/eopayment/paybox.py @@ -230,7 +230,8 @@ class Payment(PaymentCommon): }, { 'name': 'cle', - 'caption': _('Site key'), + 'caption': _('Clé'), + 'help_text': _('Uniquement nécessaire pour l\'annulation / remboursement / encaissement (PayBox Direct)'), 'required': False, 'validation': lambda x: isinstance(x, six.string_types), },