This commit is contained in:
2025-10-05 23:10:59 -06:00
parent 3f5f602b56
commit e47ac747ee

View File

@@ -117,7 +117,7 @@ def procesar_edocs_pedimento(pedimento_id):
}
response = requests.post(
f"{SERVICE_API_URL_V2}/services/download/all/edocs/",
f"{SERVICE_API_URL_V2}/services/download/edoc/",
data=json.dumps(payload),
headers={"Content-Type": "application/json"}
)
@@ -381,7 +381,7 @@ def procesar_edocs(organizacion_id):
}
response = requests.post(
f"{SERVICE_API_URL_V2}/services/all/acuse/pedimento/",
f"{SERVICE_API_URL_V2}/services/download/all/edocs/",
data=json.dumps(payload),
headers={"Content-Type": "application/json"}
)