Skip to content

Commit

Permalink
Rotate PayPal recurring donations feature flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and cody-signal committed Jan 19, 2023
1 parent 6e2e5e2 commit 4fcdee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public final class FeatureFlags {
private static final String CDS_HARD_LIMIT = "android.cds.hardLimit";
private static final String CHAT_FILTERS = "android.chat.filters.3";
private static final String PAYPAL_ONE_TIME_DONATIONS = "android.oneTimePayPalDonations.2";
private static final String PAYPAL_RECURRING_DONATIONS = "android.recurringPayPalDonations";
private static final String PAYPAL_RECURRING_DONATIONS = "android.recurringPayPalDonations.2";

/**
* We will only store remote values for flags in this set. If you want a flag to be controllable
Expand Down

0 comments on commit 4fcdee9

Please sign in to comment.