فهرست منبع

validation steel not working

marton levente 8 ماه پیش
والد
کامیت
0e80f422f7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      anafapi/anafoauth.py

+ 1 - 0
anafapi/anafoauth.py

@@ -129,6 +129,7 @@ class Efactoauth(Anafoauth):
         with open(fp, "r") as file:
             files = file.read()
             files = files.replace('xmlns:schemaLocation="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2../../UBL-2.1(1)/xsd/maindoc/UBL-Invoice-2.1.xsd" ', '')
+            # print(files)
             headers = {'Content-Type': 'text/plain'}
             # response = requests.post(url, files=files)
             url = self.VALIDATE.format(type_)