Skip to content

Commit

Permalink
corrected switched values
Browse files Browse the repository at this point in the history
  • Loading branch information
msrezaie committed Dec 11, 2024
1 parent 67385d5 commit 4b66f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/programs/nc/pe/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class NcMedicaid(Medicaid):
"YOUNG_ADULT": 512, # * 12 = 6146, Medicaid Expansion Adults
"PARENT": 0,
"SSI_RECIPIENT": 0,
"AGED": 1519, # * 12 = 13035, Medicaid for the Aged
"DISABLED": 1086, # * 12 = 18227, Medicaid for the Disabled
"AGED": 1086, # * 12 = 13035, Medicaid for the Aged
"DISABLED": 1519, # * 12 = 18227, Medicaid for the Disabled
}

pe_inputs = [
Expand Down

0 comments on commit 4b66f14

Please sign in to comment.