From 83eb77de573400a252669baafb8994a98bfa8dcb Mon Sep 17 00:00:00 2001 From: Darren Walker Date: Thu, 18 Oct 2018 11:11:23 +0100 Subject: [PATCH] APSR-868 - Remove Terms of Use Agreement (Prod) --- app/RemoveSageTermsAgreement.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/RemoveSageTermsAgreement.scala b/app/RemoveSageTermsAgreement.scala index 673163f2e..e3d81ceb3 100644 --- a/app/RemoveSageTermsAgreement.scala +++ b/app/RemoveSageTermsAgreement.scala @@ -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"