All files / src/FeatureFlags featureFlagKeys.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36434x                                                                      
export const FeatureFlagKeys = {
  ADB_FEATURE_FLAG_KEY: "both_advanced_builder",
  DISPUTES_PAGE_FLAG_KEY: "both_disputes",
  RECAPTCHA: "both_recaptcha_enabled",
  PAY_BUILDER_MEMBERSHIP: "both_new_membership_payment_form",
  PAY_BUILDER_SWEEPSTAKE: "both_new_sweepstake_payment_form",
  ONBOARDING_LINK_BP: "both_onboarding_link_business_profile",
  MERCHANTS_STATUS_REFACTOR: "both_new_status",
  PERMISSION_TABLE: "both_permission_table",
  INVOICE_PAYMENT_FORM: "both_new_invoice_payment_form",
  NEW_APPROVAL_FLOW: "both_new_approval_flow",
  MASTERCARD_MATCH: "both_mastercard_match",
  MASTERCARD_MATCH_AI_TRANSLATION: "both_mastercard_match_ai_translation",
  NEW_PERMISSIONS_REBRAND_MERCHANT:
    "both_permission_rebrand_team_members_merchant_portal",
  APP_UPDATE_SNACKBAR: "fe_update_app_snackbar",
  MERCHANT_ONBOARDING_MODAL: "both_merchant_onboarding_modal",
  NEW_CONVERSATIONS: "both_new_conversations",
  SETTLEMENT_MERCHANT_PAYABLE_BALANCE: "fe_settlement_merchant_payable_balance",
  RDR_REFUND: "fe_rdr_refund",
  ACQUIRER_NOTIFICATION_MODAL: "fe_acquirer_notification_modal",
  SHOW_EVENT_TICKETS_SOLD: "fe_show_event_tickets_sold",
  MERCHANT_PROCESSOR: "both_msp_wp",
  PURCHASE_VERIFICATION_OTP: "fe_purchase_otp",
  DOCUMENT_MANAGEMENT: "fe_document_management",
  STATIC_MERCHANT_AGREEMENT: "fe_static_merchant_agreement",
  MAINTENANCE_STATS_BANNER: "fe_maintenance_stats_banner",
  GOOGLE_MAPS_ADVANCED_MARKERS: "fe_google_maps_advanced_markers",
  MINIMUM_RESERVE_BPS: "both_minimum_reserve_refund",
  LOGIN_REBRAND: "fe_login_rebrand",
  PAY_BUILDER_CUSTOM_FIELDS: "both_pay_builder_016_custom_fields",
  MANUAL_RISK_LEVEL_OVERRIDE: "both_manual_risk_level_override",
  PAY_BUILDER_EVENT_REVIEWS: "both_pay_builder_034_event_reviews",
  PAYMENT_RECAPTCHA: "both_payment_recaptcha_enabled",
};