Skip to content
Snippets Groups Projects
Verified Commit bf402d0d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo

parent c6a09769
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class APIView(View):
) -> HttpResponse:
# Inject mandatory attributes
res = attrs.copy() if attrs else {}
res.update(dict(reurncode=return_code, messageKey=message_key, message=message))
res.update(dict(returncode=return_code, messageKey=message_key, message=message))
# Generate XML and prettify
xml = dicttoxml(res, attr_type=False, custom_root="response")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment