diff --git a/src/sand-hub/esg-car-body-inquiry.mapper.ts b/src/sand-hub/esg-car-body-inquiry.mapper.ts index 1a3a720..1cdd263 100644 --- a/src/sand-hub/esg-car-body-inquiry.mapper.ts +++ b/src/sand-hub/esg-car-body-inquiry.mapper.ts @@ -28,8 +28,8 @@ export function mapEsgCarBodyPolicyToInquiry( // Provider responses do not currently include an insurer company identity. companyId: policy.CompanyId ?? null, - CompanyCode: policy.CompanyId ?? null, - CompanyName: policy.CompanyName ?? null, + CompanyCode: policy.CompanyId ?? "8", + CompanyName: policy.CompanyName ?? "بیمه پارسیان", // The lookup's customer is the policyholder/owner, not the insurer. insurerName: null,