Skip to content

Commit

Permalink
Merge pull request #67 from hmrc/first-contact-cleanup
Browse files Browse the repository at this point in the history
Tech-Debt: removed Dupe page
  • Loading branch information
C-Thomp authored Jun 3, 2024
2 parents 6f12d94 + 9e11150 commit 9281144
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 436 deletions.

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions app/pages/addFinancialInstitution/FirstContactCanWePhonePage.scala

This file was deleted.

43 changes: 0 additions & 43 deletions app/viewmodels/checkAnswers/FirstContactCanWePhoneSummary.scala

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions conf/app.routes
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ POST /email controllers.addFinancia
GET /change-email controllers.addFinancialInstitution.FirstContactEmailController.onPageLoad(mode: Mode = CheckMode)
POST /change-email controllers.addFinancialInstitution.FirstContactEmailController.onSubmit(mode: Mode = CheckMode)

GET /firstContactCanWePhone controllers.addFinancialInstitution.FirstContactCanWePhoneController.onPageLoad(mode: Mode = NormalMode)
POST /firstContactCanWePhone controllers.addFinancialInstitution.FirstContactCanWePhoneController.onSubmit(mode: Mode = NormalMode)
GET /changeFirstContactCanWePhone controllers.addFinancialInstitution.FirstContactCanWePhoneController.onPageLoad(mode: Mode = CheckMode)
POST /changeFirstContactCanWePhone controllers.addFinancialInstitution.FirstContactCanWePhoneController.onSubmit(mode: Mode = CheckMode)

GET /phone controllers.addFinancialInstitution.FirstContactPhoneNumberController.onPageLoad(mode: Mode = NormalMode)
POST /phone controllers.addFinancialInstitution.FirstContactPhoneNumberController.onSubmit(mode: Mode = NormalMode)
GET /change-phone controllers.addFinancialInstitution.FirstContactPhoneNumberController.onPageLoad(mode: Mode = CheckMode)
Expand Down
6 changes: 0 additions & 6 deletions conf/messages.en
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ signedOut.link = Sign in again to use the service
unauthorised.title = You can’t access this service with this account
unauthorised.heading = You can’t access this service with this account

firstContactCanWePhone.title = firstContactCanWePhone
firstContactCanWePhone.heading = firstContactCanWePhone
firstContactCanWePhone.checkYourAnswersLabel = firstContactCanWePhone
firstContactCanWePhone.error.required = Select yes if firstContactCanWePhone
firstContactCanWePhone.change.hidden = FirstContactCanWePhone

firstContactEmail.title = What is the email address for the first contact?
firstContactEmail.heading = What is the email address for {0}?
firstContactEmail.p1 = We will use this email address to send confirmation of reports for {0} or if we have any questions about them.
Expand Down
Loading

0 comments on commit 9281144

Please sign in to comment.