change confirm for confirms field

This commit is contained in:
Cayo Puigdefabregas 2021-05-27 15:55:24 +02:00
parent dd03b4d203
commit ef2e800281
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ class Trade(ActionWithMultipleDevices):
user_from_id = SanitizedStr(validate=Length(max=STR_SIZE), data_key='userFrom', missing='',
required=False)
code = SanitizedStr(validate=Length(max=STR_SIZE), data_key='code', required=False)
confirm = Boolean(missing=False, description="""If you need confirmation of the user
confirm = Boolean(data_key='confirms', missing=False, description="""If you need confirmation of the user
you need actevate this field""")
lot = NestedOn('Lot',
many=False,