Skip to content

Commit

Permalink
Removed ConfigurationKeys for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yanaga committed Oct 3, 2022
1 parent e3590e4 commit 84ec162
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/alfio/model/system/ConfigurationKeys.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ public enum ConfigurationKeys {
PASSBOOK_KEYSTORE_PASSWORD("Passbook keystore password", false, SettingCategory.PASS_INTEGRATION, ComponentType.TEXT, false, EnumSet.of(SYSTEM)),
PASSBOOK_PRIVATE_KEY_ALIAS("Passbook Private Key alias", false, SettingCategory.PASS_INTEGRATION, ComponentType.TEXT, false, EnumSet.of(SYSTEM)),

//WALLET
ENABLE_WALLET("Enable Google Wallet(tm) integration", false, SettingCategory.WALLET_INTEGRATION, ComponentType.TEXT, false, EnumSet.of(SYSTEM), BooleanUtils.FALSE),
WALLET_ISSUER_IDENTIFIER("Google Wallet Issue ID", false, SettingCategory.WALLET_INTEGRATION, ComponentType.TEXT, false, EnumSet.of(SYSTEM)),
WALLET_CLASS_IDENTIFIER("Google Wallet Class ID", false, SettingCategory.WALLET_INTEGRATION, ComponentType.TEXT, false, EnumSet.of(SYSTEM)),
WALLET_SERVICE_ACCOUNT_KEY("Google Wallet Service Account Key in JSON format", false, SettingCategory.WALLET_INTEGRATION, ComponentType.TEXT, false, EnumSet.of(SYSTEM)),
//CHECK-IN
CHECK_IN_STATS("Display check-in statistics in mobile apps", false, SettingCategory.GENERAL, ComponentType.BOOLEAN, false, EnumSet.of(SYSTEM, ORGANIZATION, EVENT), BooleanUtils.TRUE),

Expand Down Expand Up @@ -292,7 +287,6 @@ public enum SettingCategory {
MAP("Maps settings"),
TRANSLATIONS("Translations"),
PASS_INTEGRATION("Pass Integration"),
WALLET_INTEGRATION("Google Wallet Integration"),
WAITING_LIST("Waiting List"),
IMPORT_ATTENDEE("Import Attendees"),
OPENID("Public users Authentication"),
Expand Down

0 comments on commit 84ec162

Please sign in to comment.