We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531c13a commit e3dd959Copy full SHA for e3dd959
src/routers/gmc.py
@@ -144,8 +144,8 @@ async def get_gmc_vin_detail(req: Request) -> dict:
144
base_url=gmc_base_url, timeout_value=30.0, verify=verify_ssl
145
) as http:
146
params = {
147
- "vin:": req.query_params.get("vin"),
148
- "postalCode": req.query_params.get("postalCode"),
+ "vin": req.query_params.get("vin"),
+ "postalCode": req.query_params.get("zip"),
149
"customerType": "GC",
150
"requesterType": "TIER_1",
151
"locale": "en_US",
0 commit comments