fix ID
This commit is contained in:
@@ -167,7 +167,7 @@ def salary_detect():
|
||||
try:
|
||||
loan_dict = loan.to_dict()
|
||||
repayment_data = {
|
||||
"customerId": pending_salary.customer_id,
|
||||
"customerId": loan_dict["customer_id"],
|
||||
"loanId": loan_dict["debtId"],
|
||||
"productId": loan_dict["productId"],
|
||||
"transactionId": loan_dict["transactionId"],
|
||||
|
||||
Reference in New Issue
Block a user