We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c16bf64 + b257629 commit d3548efCopy full SHA for d3548ef
Protocols/EPP/eppExtensions/sidn-ext-epp-1.0/eppRequests/sidnEppCreateContactRequest.php
@@ -35,10 +35,9 @@ private function addSidnExtension(eppContact $contact) {
35
$create = $this->createElement('sidn-ext-epp:create');
36
$contact = $this->createElement('sidn-ext-epp:contact');
37
$contact->appendChild($this->createElement('sidn-ext-epp:legalForm', $legalform));
38
- #$contact->appendChild($this->createElement('sidn-ext-epp:legalFormRegNo','8764654.0'));
39
$create->appendChild($contact);
40
$sidnext->appendChild($create);
41
$this->getExtension()->appendChild($sidnext);
42
43
}
44
-}
+}
0 commit comments