This commit is contained in:
CHIEFSOFT\ameye
2025-06-20 20:23:05 -04:00
parent 0d2ce16ff5
commit 6200fc4dba
+1 -1
View File
@@ -167,7 +167,7 @@ def salary_detect():
try: try:
loan_dict = loan.to_dict() loan_dict = loan.to_dict()
repayment_data = { repayment_data = {
"customerId": pending_salary.customer_id, "customerId": loan_dict["customer_id"],
"loanId": loan_dict["debtId"], "loanId": loan_dict["debtId"],
"productId": loan_dict["productId"], "productId": loan_dict["productId"],
"transactionId": loan_dict["transactionId"], "transactionId": loan_dict["transactionId"],