eligible_amount

This commit is contained in:
CHIEFSOFT\ameye
2025-05-03 17:40:38 -04:00
parent cae7ffd772
commit 4a236fdd2f
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -103,8 +103,10 @@ class ProvideLoanService(BaseService):
upfront_fee = upfront_fee,
repayment_amount = repayment_amount,
installment_amount = installment_amount,
eligible_amount=eligible_amount,
status = LoanStatus.ACTIVE,
tenor = offer.tenor
tenor = offer.tenor,
)
if not loan: