Added initial support for epp fee check

This commit is contained in:
Pinga 2023-12-20 07:46:37 +02:00
parent 40e2b1ab54
commit 5333a10e99
3 changed files with 142 additions and 1 deletions

View file

@ -109,6 +109,7 @@ $server->handle(function (Connection $conn) use ($table, $pool, $c, $log, $permi
$xml->registerXPathNamespace('rgp', 'urn:ietf:params:xml:ns:rgp-1.0');
$xml->registerXPathNamespace('secDNS', 'urn:ietf:params:xml:ns:secDNS-1.1');
$xml->registerXPathNamespace('launch', 'urn:ietf:params:xml:ns:launch-1.0');
$xml->registerXPathNamespace('fee', 'urn:ietf:params:xml:ns:epp:fee-1.0');
if ($xml === false) {
sendEppError($conn, $pdo, 2001, 'Invalid XML');