systempayv2: set correct choices for 'vads_validation_mode' (#26906)

This commit is contained in:
Emmanuel Cazenave 2018-10-02 12:25:04 +02:00
parent 1e5aa020a3
commit 231d75f34c
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ PARAMETERS = [
Parameter(VADS_TRANS_DATE, 'n', 4, length=14, needed=True,
default=isonow),
Parameter('vads_trans_id', 'n', 3, length=6, needed=True),
Parameter('vads_validation_mode', 'n', 5, max_length=1, choices=('', 0, 1),
Parameter('vads_validation_mode', 'n', 5, max_length=1, choices=('', '0', '1'),
default=''),
Parameter('vads_version', 'an', 1, default='V2', needed=True,
choices=('V2',)),