"customerId": loan_dict["customer_id"],

This commit is contained in:
CHIEFSOFT\ameye
2025-06-20 20:45:08 -04:00
parent 08a0c8a933
commit e9c29a8743
+1 -1
View File
@@ -168,7 +168,7 @@ def salary_detect():
try:
loan_dict = loan.to_dict()
repayment_data = {
"customerId": loan_dict["customer_id"],
"customerId": loan_dict.customer_id,
"loanId": loan_dict["debtId"],
"productId": loan_dict["productId"],
"transactionId": loan_dict["transactionId"],