Skip to content

Commit

Permalink
fix(sbmtd): add sbmtd mobility pass eligibility type to sbmtd
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Nov 6, 2023
1 parent c2e6574 commit e209a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/migrations/0002_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def load_data(app, *args, **kwargs):
enrollment_success_template="enrollment/success--sbmtd.html",
help_template="core/includes/help--sbmtd.html",
)
sbmtd_agency.eligibility_types.set([sbmtd_senior_type])
sbmtd_agency.eligibility_types.set([sbmtd_senior_type, sbmtd_mobility_pass_type])
sbmtd_agency.eligibility_verifiers.set([sbmtd_senior_verifier, sbmtd_mobility_pass_verifier])


Expand Down

0 comments on commit e209a18

Please sign in to comment.