mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: use IANA Registrar ID instead of handle
This commit is contained in:
@@ -534,7 +534,7 @@ class RDAPService
|
|||||||
foreach ($rdapEntity['publicIds'] as $publicId) {
|
foreach ($rdapEntity['publicIds'] as $publicId) {
|
||||||
if ('IANA Registrar ID' === $publicId['type'] && isset($publicId['identifier']) && '' !== $publicId['identifier']) {
|
if ('IANA Registrar ID' === $publicId['type'] && isset($publicId['identifier']) && '' !== $publicId['identifier']) {
|
||||||
$entity = $this->entityRepository->findOneBy([
|
$entity = $this->entityRepository->findOneBy([
|
||||||
'handle' => $rdapEntity['handle'],
|
'handle' => $publicId['identifier'],
|
||||||
'tld' => null,
|
'tld' => null,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user