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

@ -931,6 +931,7 @@ function processDomainUpdate($conn, $db, $xml, $clid, $database_type, $trans) {
if (isset($extensionNode)) {
$rgp_update = $xml->xpath('//rgp:update')[0] ?? null;
$secdns_update = $xml->xpath('//secDNS:update')[0] ?? null;
$launch_update = $xml->xpath('//launch:update')[0] ?? null;
}
if ($domainRem === null && $domainAdd === null && $domainChg === null && $extensionNode === null) {