From 37d808c14455108a64fafb724e001f697dab9d49 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 7 Apr 2025 14:02:17 -0400 Subject: [PATCH] offers fix --- app/api/services/eligibility_check.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/api/services/eligibility_check.py b/app/api/services/eligibility_check.py index 1f0d57b..d7dff72 100644 --- a/app/api/services/eligibility_check.py +++ b/app/api/services/eligibility_check.py @@ -58,18 +58,18 @@ class EligibilityCheckService(BaseService): offers = [ { - "offerId": "Offer1", - "productId": "Product1", - "minAamount": 100, - "maxAamount": 1000, - "tenor": 12 + "offerId": "SAL90", + "productId": "2030", + "minAmount": 5000, + "maxAmount": 100000, + "tenor": 30 }, { - "offerId": "Offer2", - "productId": "Product2", - "minAamount": 200, - "maxAamount": 2000, - "tenor": 24 + "offerId": "SAL30", + "productId": "2090", + "minAmount": 3000, + "maxAmount": 500000, + "tenor": 90 } ]