Skip to content

Commit

Permalink
Add feature flag setting for IBP + DI (#9613)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe authored Nov 13, 2024
1 parent fa8387e commit 5cd4782
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ internal class PlaygroundSettings private constructor(
LayoutSettingsDefinition,
CardBrandAcceptanceSettingsDefinition,
FeatureFlagSettingsDefinition(FeatureFlags.useNewUpdateCardScreen),
FeatureFlagSettingsDefinition(FeatureFlags.instantDebitsDeferredIntent),
)

private val nonUiSettingDefinitions: List<PlaygroundSettingDefinition<*>> = listOf(
Expand Down

0 comments on commit 5cd4782

Please sign in to comment.