cleaning up hard coded parent accounts

cleaning up hard coded parent accounts and using config from the cms instead
This commit is contained in:
Carl Nation 2026-07-02 07:52:49 -04:00
parent 91bcc37bf9
commit 634687c80e
3 changed files with 0 additions and 6 deletions

View file

@ -78,7 +78,3 @@ export function coverageTypeEnum(strCoverageType) {
return null;
}
}
export const PARENT_ACCOUNT_NUMBERS = {
STATE_FARM: "711310",
};

View file

@ -216,7 +216,6 @@ import { Form, defineRule } from "vee-validate";
import { required } from "@/helpers/validation-rules";
import { errorMessages } from "@/constants/error-messages";
import { regex } from "@/helpers/validation-rules";
import { PARENT_ACCOUNT_NUMBERS } from "@/constants/insurance";
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
import { settleAllPromises } from "@/helpers/layout-helper";

View file

@ -83,7 +83,6 @@ import { Form, defineRule } from "vee-validate";
import { required } from "@/helpers/validation-rules";
import { errorMessages } from "@/constants/error-messages";
import { regex } from "@/helpers/validation-rules";
import { PARENT_ACCOUNT_NUMBERS } from "@/constants/insurance";
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
import { settleAllPromises } from "@/helpers/layout-helper";