Skip to content

Commit

Permalink
Post rebase fix (the product has been renamed)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Jan 20, 2025
1 parent 6bc3120 commit 0be1361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0be1361

Please sign in to comment.