We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb51d4f commit 7de5bcbCopy full SHA for 7de5bcb
fredSync.php
@@ -88,7 +88,7 @@ function connectEpp(string $registry, $config)
88
89
foreach ($domains as $domainRow) {
90
// Combine sld and tld into a single domain name
91
- $domain = $domainRow['sld'] . $domainRow['tld'];
+ $domain = $domainRow['sld'] . '.' . $domainRow['tld'];
92
93
$params = ["domainname" => $domain];
94
$domainInfo = $epp->domainInfo($params);
0 commit comments