mirror of
https://github.com/google/nomulus
synced 2026-04-18 23:35:54 +00: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user