Commit e0c671f2 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Remove subscription_plan_cache_key feature flag

parent dcda156e
...@@ -39,10 +39,6 @@ class FetchSubscriptionPlansService ...@@ -39,10 +39,6 @@ class FetchSubscriptionPlansService
end end
def cache_key def cache_key
if Feature.enabled?(:subscription_plan_cache_key) "subscription-plan-#{@plan}"
"subscription-plan-#{@plan}"
else
"subscription-plans-#{@plan}"
end
end 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