Commit ce582894 authored by James Lopez's avatar James Lopez

Merge branch 'vs-ff-subscriptions-plan-cache-key' into 'master'

Add new FF for subscription plan data

See merge request gitlab-org/gitlab!43973
parents 387ae1dc 856ca102
......@@ -39,6 +39,10 @@ class FetchSubscriptionPlansService
end
def cache_key
"subscription-plans-#{@plan}"
if Feature.enabled?(:subscription_plan_cache_key)
"subscription-plan-#{@plan}"
else
"subscription-plans-#{@plan}"
end
end
end
---
name: subscription_plan_cache_key
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43973
rollout_issue_url:
type: development
group: group::fulfillment
default_enabled: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment