Implement pending one-time donation error handling.

This commit is contained in:
Alex Hart
2023-10-23 12:50:54 -04:00
committed by GitHub
parent d497ed4195
commit 10eec025d2
19 changed files with 615 additions and 22 deletions

View File

@@ -361,7 +361,7 @@ public final class FeatureFlags {
/** Internal testing extensions. */
public static boolean internalUser() {
return getBoolean(INTERNAL_USER, false) || Environment.IS_PNP;
return getBoolean(INTERNAL_USER, false) || Environment.IS_PNP || Environment.IS_STAGING;
}
/** Whether or not to use the UUID in verification codes. */