offers fix

This commit is contained in:
CHIEFSOFT\ameye
2025-04-07 14:02:17 -04:00
parent 1f86d30c3a
commit 37d808c144
+10 -10
View File
@@ -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
}
]