From 0e8bc63b4d813fbea3ab1562a5f7c827806aa89f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 5 Apr 2025 19:11:58 -0400 Subject: [PATCH] response tracking to bank emulator - TEST --- app/api/integrations/simbrella.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/integrations/simbrella.py b/app/api/integrations/simbrella.py index 9cfd41b..7c4ff4f 100644 --- a/app/api/integrations/simbrella.py +++ b/app/api/integrations/simbrella.py @@ -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()