mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Update paypal payment method endpoint and enable subs in staging.
This commit is contained in:
@@ -132,7 +132,7 @@ class DonationCheckoutDelegate(
|
||||
}
|
||||
.show()
|
||||
} else {
|
||||
Log.w(TAG, "Stripe action failed: ${result.action}")
|
||||
Log.w(TAG, "Processor action failed: ${result.action}")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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