Fixed epp domain info issue with authinfo

This commit is contained in:
Pinga 2024-08-27 11:32:00 +03:00
parent 4ed73ab23f
commit dc9cc161d9
2 changed files with 9 additions and 5 deletions

View file

@ -395,7 +395,7 @@ $server->handle(function (Connection $conn) use ($table, $pool, $c, $log, $permi
sendEppError($conn, $pdo, 2202, 'Authorization error', $clTRID);
$conn->close();
}
processDomainInfo($conn, $pdo, $xml, $trans);
processDomainInfo($conn, $pdo, $xml, $clid, $trans);
break;
}