response tracking to bank emulator - TEST
This commit is contained in:
@@ -38,7 +38,7 @@ class SimbrellaIntegration:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
response = requests.post(url, json=payload, timeout=10)
|
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
|
# Raise an error for non-200 responses
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user