Closed powo closed 7 years ago
If the kwargs of a request have values that are e.g list of strings, it resulted in an error because 'str' object has no attribute 'to_xml' e.g:
'str' object has no attribute 'to_xml'
SortBy=['State', 'Age'], OrderBy=['Up', 'Down'],
added support for this kind of arguments
Thanks @powo
If the kwargs of a request have values that are e.g list of strings, it resulted in an error because
'str' object has no attribute 'to_xml'
e.g:added support for this kind of arguments