[fix]: loan charges and instalment amount
This commit is contained in:
@@ -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={}
|
||||
# )
|
||||
|
||||
Reference in New Issue
Block a user