Commit 555ab4f9 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Pass the availability of the FF value to the YAML file

parent 476cac68
......@@ -56,7 +56,7 @@ class TrialsController < ApplicationController
end
def extend_reactivate
render_404 unless Feature.enabled?(:allow_extend_reactivate_trial)
render_404 unless Feature.enabled?(:allow_extend_reactivate_trial, default_enabled: :yaml)
result = GitlabSubscriptions::ExtendReactivateTrialService.new.execute(extend_reactivate_trial_params) if valid_extension?
......
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