mirror of
https://github.com/google/nomulus
synced 2026-05-23 16:21:55 +00:00
Add extensible custom logic to the domain delete flow
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140534389
This commit is contained in:
@@ -55,4 +55,9 @@ public class CustomLogicFactory {
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainRenewFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
|
||||
public DomainDeleteFlowCustomLogic forDomainDeleteFlow(
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainDeleteFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user