Fix Intetrest Fee

This commit is contained in:
CHIEFSOFT\ameye
2025-05-11 20:04:49 -04:00
parent eeacffad9a
commit 3d81322515
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class SelectOfferService(BaseService):
"amount": amount,
"upfrontPayment": upfront_payment,
"interestRate": offer.interest_rate,
"interestAmount": interest_amount,
"interestFee": interest_amount,
"managementRate": offer.management_rate,
"managementFee": management["fee"],
"insuranceRate": offer.insurance_rate,
+1 -1
View File
@@ -49,7 +49,7 @@
"format": "float",
"example": 3.0
},
"interestAmount": {
"interestFee": {
"type": "number",
"format": "float",
"example": 3000.00