mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Add TLD-specific logic for application creates
This CL applies the status flag logic, but doesn't yet do any name checking ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138769004
This commit is contained in:
@@ -358,7 +358,6 @@ public final class DomainApplicationCreateFlow implements TransactionalFlow {
|
||||
extraFlowLogic.get().performAdditionalApplicationCreateLogic(
|
||||
newApplication,
|
||||
clientId,
|
||||
newApplication.getCreationTime(),
|
||||
years,
|
||||
eppInput,
|
||||
historyEntry);
|
||||
|
||||
@@ -41,7 +41,6 @@ public interface RegistryExtraFlowLogic {
|
||||
public void performAdditionalApplicationCreateLogic(
|
||||
DomainApplication application,
|
||||
String clientId,
|
||||
DateTime asOfDate,
|
||||
int years,
|
||||
EppInput eppInput,
|
||||
HistoryEntry historyEntry) throws EppException;
|
||||
|
||||
Reference in New Issue
Block a user