diff --git a/source/app/controllers/pacs/cfdi_cert.py b/source/app/controllers/pacs/cfdi_cert.py index 4c3a0a2..edb6455 100644 --- a/source/app/controllers/pacs/cfdi_cert.py +++ b/source/app/controllers/pacs/cfdi_cert.py @@ -173,6 +173,8 @@ class SATCertificate(object): tree, encoding='utf-8', xml_declaration=True).decode() # ~ xml_signed = xml_signed.replace("'", '"').replace('utf', 'UTF') + print(xml_signed) + return xml_signed @property