Skip to content

Commit

Permalink
add uqhp eligible applicant for OEU notice preview (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanEddyIC authored Sep 20, 2023
1 parent 9d46650 commit 22829a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/financial_application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def ineligible_tax_household_member_determination(f_name, l_name, hbx_id)
:is_medicaid_chip_eligible => false,
:is_totally_ineligible => true,
:is_magi_medicaid => false,
:is_uqhp_eligible => nil,
:is_uqhp_eligible => true,
:is_csr_eligible => false,
:is_eligible_for_non_magi_reasons => false,
:csr => "94",
Expand Down

0 comments on commit 22829a0

Please sign in to comment.