[add]: transaction id and due date

This commit is contained in:
VivianDee
2025-04-17 11:31:05 +01:00
parent e14e290ff9
commit 2c8fda1792
2 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class ProvideLoanService(BaseService):
]
loan_id = loan.id
loan_charges = LoanCharge.create_charges_for_loan(loan_id = loan_id, charges = charges)
loan_charges = LoanCharge.create_charges_for_loan(loan_id = loan_id, transaction_id = transaction_id, charges = charges)
# logger.error(f"********* We need to develop the fee array here")