Se modifico la tarea para que haga el update del pedimento

Al parecer no se estaba mandando la fuente en el endpoint y eso fue lo que causaba el error
This commit is contained in:
2025-08-27 08:19:45 -06:00
parent cc655f3d1c
commit 879ce8d544
3 changed files with 43 additions and 6 deletions

View File

@@ -315,6 +315,7 @@ async def get_soap_pedimento_completo(credenciales, response_service, soap_contr
data['organizacion'] = response_service['organizacion']
data['id'] = response_service['pedimento']['id']
data['fuente'] = 2
return {
"servicio": response_service,