mirror of
https://github.com/google/nomulus
synced 2026-09-12 11:06:29 +00:00
Add domain pa notification response to first delete domain poll message (#1400)
* Add domain pa notification response to first delete domain poll message * Add test case for poll message * Change time in response data to now
This commit is contained in:
@@ -371,6 +371,10 @@ public final class DomainDeleteFlow implements TransactionalFlow {
|
||||
String.format(
|
||||
"Domain %s was deleted by registry administrator with final deletion effective: %s",
|
||||
existingDomain.getDomainName(), deletionTime))
|
||||
.setResponseData(
|
||||
ImmutableList.of(
|
||||
DomainPendingActionNotificationResponse.create(
|
||||
existingDomain.getDomainName(), true, trid, now)))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user