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 = [ offers = [
{ {
"offerId": "Offer1", "offerId": "SAL90",
"productId": "Product1", "productId": "2030",
"minAamount": 100, "minAmount": 5000,
"maxAamount": 1000, "maxAmount": 100000,
"tenor": 12 "tenor": 30
}, },
{ {
"offerId": "Offer2", "offerId": "SAL30",
"productId": "Product2", "productId": "2090",
"minAamount": 200, "minAmount": 3000,
"maxAamount": 2000, "maxAmount": 500000,
"tenor": 24 "tenor": 90
} }
] ]