feat: add registrant roid contact check

This commit is contained in:
Maël Gangloff 2025-02-25 22:48:37 +01:00
parent eabf43ae12
commit b23db93ba4
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -44,7 +44,7 @@ class EppClientProvider extends AbstractProvider implements CheckDomainProviderI
$this->eppClient->request(new eppHelloRequest());
$contacts = [];
$contacts = [$this->authData['domain']['registrant']];
foreach ($this->authData['domain']['contacts'] as $role => $roid) {
$contacts[] = new eppContactHandle($roid, $role);
}