offers fix
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user