From 3f5f602b56f2b97f1f635b219709e6d9478d9982 Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Sun, 5 Oct 2025 23:07:58 -0600 Subject: [PATCH] edocs --- api/customs/tasks/microservice_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/customs/tasks/microservice_v2.py b/api/customs/tasks/microservice_v2.py index b102863..5497740 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/all/acuse/pedimento/", + f"{SERVICE_API_URL_V2}/services/download/all/edocs/", data=json.dumps(payload), headers={"Content-Type": "application/json"} )