Skip to content

Change duo pro trial duration to 60 days for in app messaging

Doug Stull requested to merge 458848-update-cta-card-to-60-days into master

What does this MR do and why?

Change duo pro trial duration to 60 days for in app messaging

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-05-01_at_5.24.29_PM Screenshot_2024-05-01_at_5.23.45_PM

How to set up and validate locally

bin/rails c

Feature.enable(:duo_pro_trials)
bin/rails c

GitlabSubscription.last.update(hosted_plan: Plan.find_by(name: 'ultimate'))
  • Visit group's billing page. Make sure there is correct text in the card.

Related to #458848

Edited by Doug Stull

Merge request reports