collect_loan_user_salary_detect
This commit is contained in:
@@ -146,7 +146,12 @@ def salary_detect():
|
|||||||
# )
|
# )
|
||||||
|
|
||||||
# by the time you call this you must be on repayment table
|
# 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_data=[]
|
||||||
|
|
||||||
return ResponseHelper.success(return_data, "AutoCall Successful")
|
return ResponseHelper.success(return_data, "AutoCall Successful")
|
||||||
|
|||||||
Reference in New Issue
Block a user