Added launch phase delete for EPP

This commit is contained in:
Pinga 2023-12-20 20:39:36 +02:00
parent de119b013f
commit 7e34dd7501
5 changed files with 196 additions and 169 deletions

View file

@ -577,6 +577,7 @@ function processDomainCreate($conn, $db, $xml, $clid, $database_type, $trans) {
$extensionNode = $xml->command->extension;
if (isset($extensionNode)) {
$fee_create = $xml->xpath('//fee:create')[0] ?? null;
$launch_create = $xml->xpath('//launch:create')[0] ?? null;
}
$parts = extractDomainAndTLD($domainName);