response tracking to bank emulator - TEST

This commit is contained in:
CHIEFSOFT\ameye
2025-04-05 19:11:58 -04:00
parent cbc9d6363e
commit 0e8bc63b4d
+1 -1
View File
@@ -38,7 +38,7 @@ class SimbrellaIntegration:
try:
response = requests.post(url, json=payload, timeout=10)
logger.error(f"This is Response: {str(response)}", exc_info=True)
# Raise an error for non-200 responses
response.raise_for_status()