Tackeo de errores

This commit is contained in:
2025-10-04 10:08:26 -06:00
parent 7149515606
commit 7b69aabaf3
5 changed files with 81 additions and 29 deletions

View File

@@ -8,6 +8,8 @@ def soap_error(soap_response): # Testeado
Returns:
bool: True si no hay errores, False en caso contrario
"""
if '<ns2:tieneError>true</ns2:tieneError>' in soap_response.text:
return True
if '<ns3:tieneError>true</ns3:tieneError>' in soap_response.text:
return True