Skip to content

Commit

Permalink
Merge pull request #213 from YWatchman/patch-1
Browse files Browse the repository at this point in the history
Remove unncessary line
  • Loading branch information
metaregistrar authored Aug 19, 2019
2 parents c16bf64 + b257629 commit d3548ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ private function addSidnExtension(eppContact $contact) {
$create = $this->createElement('sidn-ext-epp:create');
$contact = $this->createElement('sidn-ext-epp:contact');
$contact->appendChild($this->createElement('sidn-ext-epp:legalForm', $legalform));
#$contact->appendChild($this->createElement('sidn-ext-epp:legalFormRegNo','8764654.0'));
$create->appendChild($contact);
$sidnext->appendChild($create);
$this->getExtension()->appendChild($sidnext);

}
}
}

0 comments on commit d3548ef

Please sign in to comment.