From 0d6a6a86d3c7bdc4a6fb50bdc6eb1e1d861c41ee Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 31 Jan 2019 16:23:59 +0100 Subject: [PATCH] tipi: add possible choices for saisie parameter (#30272) --- eopayment/tipi.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eopayment/tipi.py b/eopayment/tipi.py index 7461521..c53101e 100644 --- a/eopayment/tipi.py +++ b/eopayment/tipi.py @@ -54,6 +54,12 @@ class Payment(PaymentCommon): 'caption': _('Payment type'), 'required': True, 'default': 'T', + 'choices': [ + ('T', _('test')), + ('X', _('production')), + ('A', _('with user account')), + ('M', _('manual entry')), + ], }, ], }