Skip to content

Commit

Permalink
Fix: typo in info_url for SBMTD (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Aug 15, 2023
2 parents d9aed34 + 63c451b commit 0b2dc06
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 @@ -333,7 +333,7 @@ def load_data(app, *args, **kwargs):
long_name=os.environ.get("SBMTD_AGENCY_LONG_NAME", "Santa Barbara MTD (sample)"),
agency_id="sbmtd",
merchant_id=os.environ.get("SBMTD_AGENCY_MERCHANT_ID", "sbmtd"),
info_url="https://sbmtd.gov/taptopride/",
info_url="https://sbmtd.gov/taptoride/",
phone="805-963-3366",
active=os.environ.get("SBMTD_AGENCY_ACTIVE", "True").lower() == "true",
private_key=client_private_key,
Expand Down

0 comments on commit 0b2dc06

Please sign in to comment.