Update offer_analysis.py
This commit was merged in pull request #31.
This commit is contained in:
@@ -83,7 +83,7 @@ class OfferAnalysis:
|
|||||||
"offerId": public_offer_id,
|
"offerId": public_offer_id,
|
||||||
"product_id": original_transaction_offer.product_id,
|
"product_id": original_transaction_offer.product_id,
|
||||||
"min_amount": original_transaction_offer.min_amount,
|
"min_amount": original_transaction_offer.min_amount,
|
||||||
"max_amount": real_eligible_amount,
|
"max_amount": round(real_eligible_amount, 2),
|
||||||
"tenor": original_loan.tenor
|
"tenor": original_loan.tenor
|
||||||
})
|
})
|
||||||
return eligible_offers
|
return eligible_offers
|
||||||
|
|||||||
Reference in New Issue
Block a user