Transfer credit card feature flags to group:fulfillment
What does this MR do and why?
Transfers ci_require_credit_card_on_free_plan
, ci_require_credit_card_on_trial_plan
, and ci_require_credit_card_for_old_users
from grouppipeline execution to ~"group::fulfillment".
grouppipeline execution created the feature flags as part of a rapid action in %13.12, but ~"group::fulfillment" owns the related credit card functionality and wants to keep the flags in place in order to disable the feature if desired.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.