diff --git a/benefits/core/migrations/local_fixtures.json b/benefits/core/migrations/local_fixtures.json index 1e51dad7ab..2390a3e643 100644 --- a/benefits/core/migrations/local_fixtures.json +++ b/benefits/core/migrations/local_fixtures.json @@ -117,6 +117,15 @@ "group_id": "group123" } }, + { + "model": "core.eligibilitytype", + "pk": 7, + "fields": { + "name": "calfresh", + "label": "CalFreh", + "group_id": "group123" + } + }, { "model": "core.eligibilityverifier", "pk": 1, @@ -237,6 +246,26 @@ "form_class": "benefits.eligibility.forms.SBMTDMobilityPass" } }, + { + "model": "core.eligibilityverifier", + "pk": 7, + "fields": { + "name": "CalFresh oauth claims via Login.gov", + "active": true, + "api_url": null, + "api_auth_header": null, + "api_auth_key_secret_name": null, + "eligibility_type": 7, + "public_key": null, + "jwe_cek_enc": null, + "jwe_encryption_alg": null, + "jws_signing_alg": null, + "auth_provider": 1, + "selection_label_template": "eligibility/includes/selection-label--calfresh.html", + "start_template": "", + "form_class": null + } + }, { "model": "core.paymentprocessor", "pk": 1, @@ -299,8 +328,8 @@ "eligibility_index_template": "eligibility/index--mst.html", "enrollment_success_template": "enrollment/success--mst.html", "help_template": "core/includes/help--mst.html", - "eligibility_types": [1, 2, 3], - "eligibility_verifiers": [1, 2, 3] + "eligibility_types": [1, 7, 2, 3], + "eligibility_verifiers": [1, 7, 2, 3] } }, { diff --git a/benefits/eligibility/templates/eligibility/includes/modal--calfresh.html b/benefits/eligibility/templates/eligibility/includes/modal--calfresh.html new file mode 100644 index 0000000000..3098b39ac4 --- /dev/null +++ b/benefits/eligibility/templates/eligibility/includes/modal--calfresh.html @@ -0,0 +1,42 @@ +{% extends "core/includes/modal.html" %} +{% load i18n %} +{% load static %} + +{% block modal-content %} +
+ {% blocktranslate trimmed %} + We verify your eligibility as a CalFresh Cardholder by confirming you have received funds in your + CalFresh account at any point in the last three months. This means you are eligible for a transit + benefit even if you did not receive funds in your CalFresh account this month or last month. + {% endblocktranslate %} +
+ ++ {% blocktranslate trimmed %} + No. Your monthly CalFresh allotment will not change. + {% endblocktranslate %} +
++ {% blocktranslate trimmed %} + No, you do not need your physical EBT card to enroll. We use information from Login.gov and the California + Department of Social Services to enroll you in the benefit. + {% endblocktranslate %} +
++ {% blocktranslate trimmed %} + No. You can not use your EBT or P-EBT card to pay for public transportation. When you tap to ride, use your personal + contactless debit or credit card to pay for public transportation. + {% endblocktranslate %} +
+ + +