Commit 182cdf43 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix bug: state shall be XML encapsulated.

parent 7c5be5b7
......@@ -160,7 +160,7 @@ class OpenOrder(SlapDocument):
'partition_reference': partition_reference,
'partition_parameter_xml': xml_marshaller.dumps(partition_parameter_kw),
'filter_xml': xml_marshaller.dumps(filter_kw),
'state': state,
'state': xml_marshaller.dumps(state),
}
if software_type is not None:
request_dict['software_type'] = software_type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment