From c860742cbd921bfa191b8d7c451832bd2ccd22c0 Mon Sep 17 00:00:00 2001 From: gastonracui Date: Wed, 15 Nov 2023 15:11:38 +0000 Subject: [PATCH] DDCE-4366 MODs-Stansted location code not displaying (#515) --- .../gov/hmrc/merchandiseinbaggage/service/PortService.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/uk/gov/hmrc/merchandiseinbaggage/service/PortService.scala b/app/uk/gov/hmrc/merchandiseinbaggage/service/PortService.scala index 2a1e7434e..e0e1ae755 100644 --- a/app/uk/gov/hmrc/merchandiseinbaggage/service/PortService.scala +++ b/app/uk/gov/hmrc/merchandiseinbaggage/service/PortService.scala @@ -127,7 +127,7 @@ object PortService { Port("POO", "title.poole", isGB = true, Nil), Port("DUN", "title.port_of_dundee", isGB = true, List("Dundee Port")), Port("LIV", "title.port_of_liverpool", isGB = true, List("Liverpool Port")), - Port("STN", "title.port_of_southampton", isGB = true, List("Southampton Port")), + Port("STN", "title.port_of_southampton", isGB = true, List("Southampton Port", "STN")), Port("TYN", "title.port_of_tyne", isGB = true, List("Tyne Port")), Port("PTM", "title.portsmouth", isGB = true, Nil), Port("PUR", "title.purfleet", isGB = true, Nil), @@ -141,7 +141,7 @@ object PortService { Port("SOU", "title.southampton_airport", isGB = true, List("SOU")), Port("SEN", "title.southend_airport", isGB = true, List("London Southend Airport", "SEN")), Port("STP", "title.st_pancras", isGB = true, List("London St Pancras")), - Port("STN", "title.stansted_airport", isGB = true, List("London Stansted Airport", "STN")), + Port("LSA", "title.stansted_airport", isGB = true, List("London Stansted Airport", "LSA")), Port("STY", "title.stornoway_airport", isGB = true, List("STY")), Port("LSI", "title.sumburgh_airport", isGB = true, List("LSI")), Port("SUN", "title.sunderland", isGB = true, Nil),