forked from Yara724/api
fix ESG chassis inquiry payload
This commit is contained in:
@@ -159,7 +159,7 @@ describe("RequestManagementService policyholder inquiry routing", () => {
|
||||
).toHaveBeenCalledWith(
|
||||
{
|
||||
nationalCode: "0022222222",
|
||||
chassis: vehicle.vin,
|
||||
chassisNo: vehicle.vin,
|
||||
},
|
||||
undefined,
|
||||
);
|
||||
|
||||
@@ -468,7 +468,7 @@ export class RequestManagementService {
|
||||
const result = await this.sandHubService.getCarByChassisInquiry(
|
||||
{
|
||||
nationalCode: subjects.thirdPartyPolicyNationalCode,
|
||||
chassis,
|
||||
chassisNo: chassis,
|
||||
},
|
||||
options,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user