Skip to content

Commit d3548ef

Browse files
Merge pull request #213 from YWatchman/patch-1
Remove unncessary line
2 parents c16bf64 + b257629 commit d3548ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Protocols/EPP/eppExtensions/sidn-ext-epp-1.0/eppRequests/sidnEppCreateContactRequest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ private function addSidnExtension(eppContact $contact) {
3535
$create = $this->createElement('sidn-ext-epp:create');
3636
$contact = $this->createElement('sidn-ext-epp:contact');
3737
$contact->appendChild($this->createElement('sidn-ext-epp:legalForm', $legalform));
38-
#$contact->appendChild($this->createElement('sidn-ext-epp:legalFormRegNo','8764654.0'));
3938
$create->appendChild($contact);
4039
$sidnext->appendChild($create);
4140
$this->getExtension()->appendChild($sidnext);
4241

4342
}
44-
}
43+
}

0 commit comments

Comments
 (0)