mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Update paypal payment method endpoint and enable subs in staging.
This commit is contained in:
@@ -582,7 +582,7 @@ public final class FeatureFlags {
|
||||
* Whether or not we should allow PayPal payments for recurring donations
|
||||
*/
|
||||
public static boolean paypalRecurringDonations() {
|
||||
return getBoolean(PAYPAL_RECURRING_DONATIONS, false);
|
||||
return getBoolean(PAYPAL_RECURRING_DONATIONS, Environment.IS_STAGING);
|
||||
}
|
||||
|
||||
/** Only for rendering debug info. */
|
||||
|
||||
Reference in New Issue
Block a user