Skip to content

Commit

Permalink
Merging [ITSASU-1314] Remove Preferences #224 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRimmerHMRC committed Jun 24, 2022
2 parents d32c18d + fe0ab13 commit fd49d5e
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 726 deletions.
58 changes: 0 additions & 58 deletions app/controllers/digitalcontact/PaperlessPreferenceController.scala

This file was deleted.

38 changes: 0 additions & 38 deletions app/models/digitalcontact/PaperlessPreferenceKey.scala

This file was deleted.

41 changes: 0 additions & 41 deletions app/repositories/converters/PaperlessPreferenceKeyConverters.scala

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions app/services/digitalcontact/PaperlessPreferenceService.scala

This file was deleted.

2 changes: 0 additions & 2 deletions conf/subscription.routes
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ GET /subscription/:nino controllers.subscription
GET /client-matching/lock/:arn controllers.matching.LockoutStatusController.checkLockoutStatus(arn:String)
POST /client-matching/lock/:arn controllers.matching.LockoutStatusController.lockoutAgent(arn:String)

GET /identifier-mapping/:token controllers.digitalcontact.PaperlessPreferenceController.getNino(token:String)
POST /identifier-mapping/:token controllers.digitalcontact.PaperlessPreferenceController.storeNino(token:String)

GET /subscription-data/:reference/all controllers.SubscriptionDataController.getAllSubscriptionData(reference: String)
GET /subscription-data/:reference/id/:id controllers.SubscriptionDataController.retrieveSubscriptionData(reference: String, id: String)
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions it/helpers/IntegrationTestConstants.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package helpers

import models.digitalcontact.PaperlessPreferenceKey
import models.lockout.LockoutRequest
import models.subscription._
import models.subscription.business.Cash
Expand Down Expand Up @@ -133,8 +132,6 @@ object IntegrationTestConstants extends JsonUtils {
|}
""".stripMargin

val testPaperlessPreferenceKey = PaperlessPreferenceKey(testPreferencesToken, testNino)

def testSignUpSubmission(nino: String): JsValue = Json.parse(
s"""
|{
Expand Down
Loading

0 comments on commit fd49d5e

Please sign in to comment.