mirror of
https://github.com/google/nomulus.git
synced 2025-07-13 14:35:16 +02:00
Create MR for backfilling billing AUTO_RENEW flag
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120261970
This commit is contained in:
parent
6f72af2ba6
commit
67a604654c
2 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,7 @@ import com.google.domain.registry.tools.server.ResaveAllEppResourcesAction;
|
|||
import com.google.domain.registry.tools.server.ToolsServerModule;
|
||||
import com.google.domain.registry.tools.server.UpdatePremiumListAction;
|
||||
import com.google.domain.registry.tools.server.VerifyOteAction;
|
||||
import com.google.domain.registry.tools.server.javascrap.BackfillAutorenewBillingFlagAction;
|
||||
import com.google.domain.registry.tools.server.javascrap.CountRecurringBillingEventsAction;
|
||||
|
||||
import dagger.Subcomponent;
|
||||
|
@ -51,6 +52,7 @@ import dagger.Subcomponent;
|
|||
ToolsServerModule.class,
|
||||
})
|
||||
interface ToolsRequestComponent {
|
||||
BackfillAutorenewBillingFlagAction backfillAutorenewBillingFlagAction();
|
||||
CountRecurringBillingEventsAction countRecurringBillingEventsAction();
|
||||
CreateGroupsAction createGroupsAction();
|
||||
CreatePremiumListAction createPremiumListAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue