From 0be136192aabd66f401d74ab7bbd5e5fd10ce81c Mon Sep 17 00:00:00 2001 From: Tom Wey Date: Mon, 20 Jan 2025 16:28:58 +0000 Subject: [PATCH] Post rebase fix (the product has been renamed) --- .../app/controllers/CreateSubscriptionController.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-frontend/app/controllers/CreateSubscriptionController.scala b/support-frontend/app/controllers/CreateSubscriptionController.scala index 822f700f1a..5efd597f29 100644 --- a/support-frontend/app/controllers/CreateSubscriptionController.scala +++ b/support-frontend/app/controllers/CreateSubscriptionController.scala @@ -167,7 +167,7 @@ class CreateSubscriptionController( userDetails: UserDetailsWithSignedInStatus, ): EitherT[Future, CreateSubscriptionError, Unit] = { request.body.product match { - case GuardianLight(_) => { + case GuardianAdLite(_) => { if (userDetails.isSignedIn) { // If the user is signed in, we'll assume they're eligible as they shouldn't have got // to this point of the journey.