Preparation for prices per registrar

This commit is contained in:
Pinga 2024-07-28 18:42:41 +03:00
parent 0799781491
commit 76f8c52f3a
8 changed files with 13 additions and 13 deletions

View file

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