Projet

Général

Profil

0001-paybox-make-cle-parameter-label-more-explicit-48218.patch

Serghei Mihai (congés, retour 15/05), 17 novembre 2020 16:43

Télécharger (799 octets)

Voir les différences:

Subject: [PATCH] paybox: make 'cle' parameter label more explicit (#48218)

 eopayment/paybox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
eopayment/paybox.py
231 231
            },
232 232
            {
233 233
                'name': 'cle',
234
                'caption': _('Site key'),
234
                'caption': _('Clé (pour Paybox Direct)'),
235 235
                'required': False,
236 236
                'validation': lambda x: isinstance(x, six.string_types),
237 237
            },
238
-