[update]: Responses #31

Merged
ameye merged 1 commits from Response_fix into master 2025-05-12 18:01:27 +00:00
+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