Skip to content

Commit

Permalink
PC-559: Add BG back
Browse files Browse the repository at this point in the history
  • Loading branch information
chidin194 committed Nov 10, 2023
1 parent c2394f2 commit d3669ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help_to_heat/frontdoor/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

# to be updated when we get full list of excluded suppliers
converted_suppliers = ["Bulb, now part of Octopus Energy", "Utility Warehouse"]
unavailable_suppliers = ["British Gas"]
unavailable_suppliers = []


def unavailable_supplier_redirect(session_id):
Expand Down Expand Up @@ -624,7 +624,7 @@ def handle_post(self, request, session_id, page_name, data, is_change_page):
request_supplier = request_data.get("supplier")
# to be updated when we get full list of excluded suppliers
converted_suppliers = ["Bulb, now part of Octopus Energy", "Utility Warehouse"]
unavailable_suppliers = ["British Gas"]
unavailable_suppliers = []
if request_supplier == "Bulb, now part of Octopus Energy":
next_page_name = "bulb-warning-page"
if request_supplier == "Utility Warehouse":
Expand Down

0 comments on commit d3669ea

Please sign in to comment.