loan_dict

This commit is contained in:
CHIEFSOFT\ameye
2025-06-20 20:46:49 -04:00
parent e9c29a8743
commit cb4383c10b
+1
View File
@@ -167,6 +167,7 @@ def salary_detect():
for loan in loans:
try:
loan_dict = loan.to_dict()
logger.info(f"loan_dict ==== Repayment Data:{loan_dict}")
repayment_data = {
"customerId": loan_dict.customer_id,
"loanId": loan_dict["debtId"],