[fix]: loan charges and instalment amount

This commit is contained in:
Vivian Dee
2025-04-23 18:57:22 +01:00
parent 8cfa957cc0
commit 4b92c33d5a
2 changed files with 15 additions and 8 deletions
+4
View File
@@ -52,3 +52,7 @@ class SimbrellaIntegration:
except Exception as e:
logger.error(f"RACCheck API call failed: {str(e)}", exc_info=True)
raise Exception(f"RACCheck API call failed: {str(e)}")
# return httpx.Response(
# status_code=200,
# json={}
# )