loan_dict
This commit is contained in:
@@ -167,6 +167,7 @@ def salary_detect():
|
|||||||
for loan in loans:
|
for loan in loans:
|
||||||
try:
|
try:
|
||||||
loan_dict = loan.to_dict()
|
loan_dict = loan.to_dict()
|
||||||
|
logger.info(f"loan_dict ==== Repayment Data:{loan_dict}")
|
||||||
repayment_data = {
|
repayment_data = {
|
||||||
"customerId": loan_dict.customer_id,
|
"customerId": loan_dict.customer_id,
|
||||||
"loanId": loan_dict["debtId"],
|
"loanId": loan_dict["debtId"],
|
||||||
|
|||||||
Reference in New Issue
Block a user