fix ESG chassis inquiry payload

This commit is contained in:
SepehrYahyaee
2026-09-19 16:50:34 +03:30
parent b4c1d7bd5f
commit 4ef53f2cc9
8 changed files with 12 additions and 13 deletions

View File

@@ -159,7 +159,7 @@ describe("RequestManagementService policyholder inquiry routing", () => {
).toHaveBeenCalledWith(
{
nationalCode: "0022222222",
chassis: vehicle.vin,
chassisNo: vehicle.vin,
},
undefined,
);

View File

@@ -468,7 +468,7 @@ export class RequestManagementService {
const result = await this.sandHubService.getCarByChassisInquiry(
{
nationalCode: subjects.thirdPartyPolicyNationalCode,
chassis,
chassisNo: chassis,
},
options,
);