From e47ac747ee7bd8e632017482e4e8f3470719f215 Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Sun, 5 Oct 2025 23:10:59 -0600 Subject: [PATCH] edocs --- api/customs/tasks/microservice_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/customs/tasks/microservice_v2.py b/api/customs/tasks/microservice_v2.py index 5497740..5f73e57 100644 --- a/api/customs/tasks/microservice_v2.py +++ b/api/customs/tasks/microservice_v2.py @@ -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"} )