Change Car_BODY fanavaran default client code and id to parsian

This commit is contained in:
SepehrYahyaee
2026-09-16 14:16:44 +03:30
parent fee0bcb5be
commit ecf69cc332

View File

@@ -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,