Whitelist credit creations commands for gTech

See bug for context.  This way gTech can create credits in the future
without our intervention.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120382506
This commit is contained in:
nickfelt 2016-04-20 15:26:08 -07:00 committed by Justine Tunney
parent 9c8e23ea57
commit 3a3f112454
4 changed files with 6 additions and 4 deletions

View file

@ -35,8 +35,6 @@ public final class RegistryTool {
.put("allocate_domain", AllocateDomainCommand.class)
.put("check_snapshot", CheckSnapshotCommand.class)
.put("create_auction_credits", CreateAuctionCreditsCommand.class)
.put("create_credit", CreateCreditCommand.class)
.put("create_credit_balance", CreateCreditBalanceCommand.class)
.put("create_premium_list", CreatePremiumListCommand.class)
.put("create_reserved_list", CreateReservedListCommand.class)
.put("create_tld", CreateTldCommand.class)