collect_loan_user_salary_detect

This commit is contained in:
CHIEFSOFT\ameye
2025-06-19 06:54:54 -04:00
parent cc826a0469
commit a105cf2a99
+6 -1
View File
@@ -146,7 +146,12 @@ def salary_detect():
# )
# by the time you call this you must be on repayment table
SimbrellaClient.collect_loan_user_salary_detect(data)
try:
SimbrellaClient.collect_loan_user_salary_detect(data)
except Exception as e:
logger.info(f"Failed to call collect_loan_user_salary_detect: {e}")
return_data=[]
return ResponseHelper.success(return_data, "AutoCall Successful")