Skip to content

Commit

Permalink
update ubp value
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Oct 25, 2024
1 parent 17fbe15 commit 39413eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/co/utility_bill_pay/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class UtilityBillPay(ProgramCalculator):
presumptive_eligibility = ("snap", "ssi", "andcs", "tanf", "wic", "co_medicaid", "emergency_medicaid", "chp")
amount = 350
amount = 400

def household_eligible(self, e: Eligibility):
# has other programs
Expand Down

0 comments on commit 39413eb

Please sign in to comment.