Skip to content

Commit

Permalink
chore: update sample fixtures to show expiry example
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jun 18, 2024
1 parent 20a7016 commit 5057968
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@
"fields": {
"name": "calfresh",
"label": "CalFresh",
"group_id": "group123"
"group_id": "group123",
"supports_expiration": "True",
"expiration_days": 5,
"expiration_reenrollment_days": 3,
"reenrollment_error_template": "enrollment/reenrollment-error--calfresh.html",
"enrollment_success_template": "enrollment/success--mst.html"
}
},
{
Expand Down

0 comments on commit 5057968

Please sign in to comment.