From 6bb26332f49b3d42afeb12a8bacc2772117f0502 Mon Sep 17 00:00:00 2001 From: Candice Heberer Date: Mon, 13 May 2024 10:01:02 -0400 Subject: [PATCH 1/2] Add rewards link --- cfgov/tccp/situations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgov/tccp/situations.py b/cfgov/tccp/situations.py index 34e6953788c..c0ebdab9c91 100644 --- a/cfgov/tccp/situations.py +++ b/cfgov/tccp/situations.py @@ -159,7 +159,7 @@ def get_nonconflicting_params(cls, situations): "fees typically exceed the value of any rewards earned." ), "link": "Learn why rewards may not be as beneficial as they seem.", - "url": "/", + "url": "/about-us/newsroom/cfpb-report-highlights-consumer-frustrations-with-credit-card-rewards-programs/", } ], ), From 5db1827518712dd9e7e56258b4e6a4ebb69f9baa Mon Sep 17 00:00:00 2001 From: Candice Heberer Date: Mon, 13 May 2024 10:52:25 -0400 Subject: [PATCH 2/2] Update cfgov/tccp/situations.py Co-authored-by: Andy Chosak --- cfgov/tccp/situations.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cfgov/tccp/situations.py b/cfgov/tccp/situations.py index c0ebdab9c91..1d0bc4311b5 100644 --- a/cfgov/tccp/situations.py +++ b/cfgov/tccp/situations.py @@ -159,7 +159,11 @@ def get_nonconflicting_params(cls, situations): "fees typically exceed the value of any rewards earned." ), "link": "Learn why rewards may not be as beneficial as they seem.", - "url": "/about-us/newsroom/cfpb-report-highlights-consumer-frustrations-with-credit-card-rewards-programs/", + "url": ( + "/about-us/newsroom/" + "cfpb-report-highlights-consumer-frustrations-with-credit-card-" + "rewards-programs/" + ), } ], ),