before adding users

This commit is contained in:
Jason Jordan
2026-04-20 12:12:52 -04:00
parent 7ab1143db8
commit 1d9025276d
21 changed files with 286 additions and 185 deletions
+1
View File
@@ -5,6 +5,7 @@ class UpdateEmployerJob < ApplicationJob
if employer_plan_header.present?
pl_plan_key = employer_plan_header['PLPlanKey'].to_s
employer_identifier[:pl_plan_key] = pl_plan_key
elsif employer_identifier[:group_number]
group_number = employer_identifier[:group_number]
pl_plan_key = Vhcs::PlPlanGroupCode.find_by(group_code: group_number).pl_plan_key