Skip to content

Commit

Permalink
Delete useNewUpdateCardScreen feature flag (#9842)
Browse files Browse the repository at this point in the history
  • Loading branch information
amk-stripe authored Jan 3, 2025
1 parent 69a3709 commit c794da1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ internal class PlaygroundSettings private constructor(
ExternalPaymentMethodSettingsDefinition,
LayoutSettingsDefinition,
CardBrandAcceptanceSettingsDefinition,
FeatureFlagSettingsDefinition(FeatureFlags.useNewUpdateCardScreen),
FeatureFlagSettingsDefinition(FeatureFlags.instantDebitsIncentives),
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import com.stripe.android.core.BuildConfig
object FeatureFlags {
// Add any feature flags here
val nativeLinkEnabled = FeatureFlag("Native Link")
val useNewUpdateCardScreen = FeatureFlag("Enable new update card screen")
val instantDebitsIncentives = FeatureFlag("Instant Bank Payments Incentives")
}

Expand Down

0 comments on commit c794da1

Please sign in to comment.