Fix Intetrest Fee
This commit is contained in:
@@ -91,7 +91,7 @@ class SelectOfferService(BaseService):
|
|||||||
"amount": amount,
|
"amount": amount,
|
||||||
"upfrontPayment": upfront_payment,
|
"upfrontPayment": upfront_payment,
|
||||||
"interestRate": offer.interest_rate,
|
"interestRate": offer.interest_rate,
|
||||||
"interestAmount": interest_amount,
|
"interestFee": interest_amount,
|
||||||
"managementRate": offer.management_rate,
|
"managementRate": offer.management_rate,
|
||||||
"managementFee": management["fee"],
|
"managementFee": management["fee"],
|
||||||
"insuranceRate": offer.insurance_rate,
|
"insuranceRate": offer.insurance_rate,
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
"format": "float",
|
"format": "float",
|
||||||
"example": 3.0
|
"example": 3.0
|
||||||
},
|
},
|
||||||
"interestAmount": {
|
"interestFee": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"example": 3000.00
|
"example": 3000.00
|
||||||
|
|||||||
Reference in New Issue
Block a user