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')), + ], }, ], }