mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Delete obsolete billing code
Now that we've verified the new Beam billing pipeline works, we can delete the old manual commands we used to use. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184707182
This commit is contained in:
parent
2e62ad2658
commit
5f218b4a8b
10 changed files with 0 additions and 701 deletions
|
@ -99,10 +99,8 @@ public final class RegistryTool {
|
|||
.put("lock_domain", LockDomainCommand.class)
|
||||
.put("login", LoginCommand.class)
|
||||
.put("logout", LogoutCommand.class)
|
||||
.put("make_billing_tables", MakeBillingTablesCommand.class)
|
||||
.put("pending_escrow", PendingEscrowCommand.class)
|
||||
.put("populate_null_registrar_fields", PopulateNullRegistrarFieldsCommand.class)
|
||||
.put("publish_detail_report", PublishDetailReportCommand.class)
|
||||
.put("registrar_activity_report", RegistrarActivityReportCommand.class)
|
||||
.put("registrar_contact", RegistrarContactCommand.class)
|
||||
.put("remove_ip_address", RemoveIpAddressCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue