Update offer_analysis.py

This commit was merged in pull request #31.
This commit is contained in:
VivianDee
2025-05-12 17:19:16 +01:00
parent a7d465bd5c
commit 0db3f44c7b
+1 -1
View File
@@ -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