chore: in fact, it is ICANN that accredits the registrars

This commit is contained in:
Maël Gangloff
2025-09-12 23:34:58 +02:00
parent 71e23ca83d
commit 0be609cc9d
5 changed files with 55 additions and 18 deletions

View File

@@ -849,7 +849,7 @@ class RDAPService
->setTld(null)
->setJCard(['vcard', [['version', [], 'text', '4.0'], ['fn', [], 'text', (string) $registrar->name]]])
->setRemarks(null)
->getIanaAccreditation()
->getIcannAccreditation()
->setRegistrarName($registrar->name)
->setStatus(RegistrarStatus::from($registrar->status))
->setRdapBaseUrl($registrar->rdapurl->count() ? ($registrar->rdapurl->server) : null)