forked from DigiFi/digifi-BankToProductCore
Update offer_analysis.py
This commit is contained in:
@@ -83,7 +83,7 @@ class OfferAnalysis:
|
||||
"offerId": public_offer_id,
|
||||
"product_id": original_transaction_offer.product_id,
|
||||
"min_amount": original_transaction_offer.min_amount,
|
||||
"max_amount": real_eligible_amount,
|
||||
"max_amount": round(real_eligible_amount, 2),
|
||||
"tenor": original_loan.tenor
|
||||
})
|
||||
return eligible_offers
|
||||
|
||||
Reference in New Issue
Block a user