From 7caa3f438e292cf21f1f326f252d37c73c7c1a68 Mon Sep 17 00:00:00 2001 From: Leena Gupte Date: Mon, 9 Nov 2020 11:51:45 +0000 Subject: [PATCH] Add Webchat to `hm-passport-office-webchat page` Trello: https://trello.com/c/qawZD9QE WHAT? ------- Update the YAML file for HMPO - add webchat to a new page https://github.com/alphagov/government-frontend/blob/master/lib/webchat.yaml Adds this page as a base_path: https://www.gov.uk/government/organisations/hm-passport-office/contact/hm-passport-office-webchat With the same values for open_url, availability_url and open_url_redirect WHY? ------ The above change will add a webchat page which will be linked to from https://www.gov.uk/passport-advice-line. This retitles and will replace the existing page as they were getting a number of people thinking it was an HMRC page. --- lib/webchat.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/webchat.yaml b/lib/webchat.yaml index d3b953fe5..7b6f14489 100644 --- a/lib/webchat.yaml +++ b/lib/webchat.yaml @@ -6,3 +6,7 @@ open_url: https://hmpowebchat.klick2contact.com/v03/launcherV3.php?p=HMPO&d=717&ch=CH&psk=chat_a1&iid=STC&srbp=0&fcl=0&r=Chat&s=https://hmpowebchat.klick2contact.com/v03&u=&wo=&uh=&pid=2&iif=0 availability_url: https://hmpowebchat.klick2contact.com/v03/providers/HMPO/api/availability.php open_url_redirect: false +- base_path: /government/organisations/hm-passport-office/contact/hm-passport-office-webchat + open_url: https://hmpowebchat.klick2contact.com/v03/launcherV3.php?p=HMPO&d=717&ch=CH&psk=chat_a1&iid=STC&srbp=0&fcl=0&r=Chat&s=https://hmpowebchat.klick2contact.com/v03&u=&wo=&uh=&pid=2&iif=0 + availability_url: https://hmpowebchat.klick2contact.com/v03/providers/HMPO/api/availability.php + open_url_redirect: false