Skip to content

Commit

Permalink
fix: remove pretty format internal xml
Browse files Browse the repository at this point in the history
The internal xml doesn't need to be formatted.
  • Loading branch information
igobranco committed Apr 9, 2024
1 parent a2cd5c6 commit a1483ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/billing/services/processor_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def __generate_data(self) -> str:
<TAB ID="SIH4_1">{items_as_xml}</TAB>
</PARAM>
"""
objectXML = self.__class__._pretty_format_xml(objectXML, space="\t")
# objectXML = self.__class__._pretty_format_xml(objectXML, space="\t")

data = f"""
<soapenv:Envelope
Expand Down

0 comments on commit a1483ee

Please sign in to comment.