hmrc / paye-registration-frontend

Apache License 2.0
3 stars 4 forks source link

Company address is truncated #492

Open alexanderby opened 9 months ago

alexanderby commented 9 months ago

During the PAYE registration the user is asked to confirm the company address. This address is being truncated and appears that way on the final form.

Happens here https://github.com/hmrc/paye-registration-frontend/blame/main/app/models/Address.scala#L97 Introduced by https://github.com/hmrc/paye-registration-frontend/commit/138d6430cce8ecdbb7d5d641acf64312ff283898 or https://github.com/hmrc/paye-registration-frontend/commit/920e90fda3b9c0be90a0a210db0a96ceae1835e4

Screenshot 2024-02-21 at 14 50 21
DDCTLS-DEV-TEAM commented 9 months ago

Hello Alexander Unfortunately the address lines have to be truncated due to downstream restrictions on the length of each line. Due to technical restrictions this cannot be applied at the point of capture of the address lines.