mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-23 20:55:45 +00:00
feat: add registrant roid contact check
This commit is contained in:
parent
eabf43ae12
commit
b23db93ba4
@ -44,7 +44,7 @@ class EppClientProvider extends AbstractProvider implements CheckDomainProviderI
|
|||||||
|
|
||||||
$this->eppClient->request(new eppHelloRequest());
|
$this->eppClient->request(new eppHelloRequest());
|
||||||
|
|
||||||
$contacts = [];
|
$contacts = [$this->authData['domain']['registrant']];
|
||||||
foreach ($this->authData['domain']['contacts'] as $role => $roid) {
|
foreach ($this->authData['domain']['contacts'] as $role => $roid) {
|
||||||
$contacts[] = new eppContactHandle($roid, $role);
|
$contacts[] = new eppContactHandle($roid, $role);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user