added collect loan

This commit is contained in:
Chinenye Nmoh
2025-06-06 13:56:50 -04:00
parent 08e53f4834
commit c0d5893a9b
5 changed files with 257 additions and 35 deletions
+1
View File
@@ -74,6 +74,7 @@ class Loan(db.Model):
'defaultPenaltyFee': self.default_penalty_fee,
'continuousFee': self.continuous_fee,
'collectionType': self.collection_type,
'repaymentAmount':self.repayment_amount,
'status': self.status,
'productId': self.product_id,
'disburseResult': self.disburse_result,