Skip to content

Commit

Permalink
Merge pull request #2 from hmrc/APSR-868
Browse files Browse the repository at this point in the history
APSR-868 - Remove Terms of Use Agreement (Prod)
  • Loading branch information
GurpreetBhamra authored Oct 18, 2018
2 parents 206b47f + 83eb77d commit f48d0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/RemoveSageTermsAgreement.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import scala.concurrent.ExecutionContext.Implicits.global
@Singleton
class RemoveSageTermsAgreement @Inject()(applicationRepository: ApplicationRepository) {

val applicationId: UUID = UUID.fromString("ab349380-17cc-4de0-a7ac-c76baedd7133") // QA - API Platform
// val applicationId: UUID = UUID.fromString("33575d00-95cb-4e36-97b0-949d99b0a081") // Prod - Sage Application
// val applicationId: UUID = UUID.fromString("ab349380-17cc-4de0-a7ac-c76baedd7133") // QA - API Platform
val applicationId: UUID = UUID.fromString("33575d00-95cb-4e36-97b0-949d99b0a081") // Prod - Sage Application

val logPrefix = "RemoveSageTermsAgreement"

Expand Down

0 comments on commit f48d0b2

Please sign in to comment.