mirror of
https://github.com/google/nomulus
synced 2026-02-11 07:11:40 +00:00
Add extensible custom logic to the domain renew flow
This also adds a TODO in DomainCheckFlow to document the fact that as-of date is not overridden when passed to the custom logic. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140031318
This commit is contained in:
@@ -46,4 +46,10 @@ public class CustomLogicModule {
|
||||
CustomLogicFactory factory, EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return factory.forDomainUpdateFlow(eppInput, sessionMetadata);
|
||||
}
|
||||
|
||||
@Provides
|
||||
static DomainRenewFlowCustomLogic provideDomainRenewFlowCustomLogic(
|
||||
CustomLogicFactory factory, EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return factory.forDomainRenewFlow(eppInput, sessionMetadata);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user