Update payment toolbars to match M3 specification.

This commit is contained in:
Alex Hart
2022-09-15 11:05:07 -03:00
committed by Greyson Parrelli
parent c96fec9537
commit 75af1b69e8
17 changed files with 79 additions and 63 deletions

View File

@@ -178,7 +178,6 @@ public final class FeatureFlags {
@SuppressWarnings("MismatchedQueryAndUpdateOfCollection")
@VisibleForTesting
static final Map<String, Object> FORCED_VALUES = new HashMap<String, Object>() {{
put(USERNAMES, true);
}};
/**