mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Registrant of a domain can never be null
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122630609
This commit is contained in:
committed by
Justine Tunney
parent
68b75461db
commit
d2a66e9d1f
@@ -146,7 +146,7 @@ final class AllocateDomainCommand extends MutatingEppToolCommand {
|
||||
"name", application.getFullyQualifiedDomainName(),
|
||||
"period", period.getValue(),
|
||||
"nameservers", application.loadNameserverFullyQualifiedHostNames(),
|
||||
"registrant", application.loadRegistrant().getForeignKey(),
|
||||
"registrant", application.getRegistrant().get().getForeignKey(),
|
||||
"contacts", contactsMapBuilder.build(),
|
||||
"authInfo", application.getAuthInfo().getPw().getValue(),
|
||||
"smdId", application.getEncodedSignedMarks().isEmpty()
|
||||
|
||||
Reference in New Issue
Block a user