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 } ]