metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
214 stars 160 forks source link

Missing methods #58

Closed Olvikolvi closed 8 years ago

Olvikolvi commented 8 years ago

ficoraEppInfoContactResponse: missing getRegisternumber (contact:registernumber) and getIdentifynro (contact:identity)

aksl commented 8 years ago

According to the XML-schemas and personal testing, Ficora does not return those fields.

Can you verify that you can get them with the contact info response? Easiest way test is to make a contact info request with logging enabled on the epp connection, which will output every request and response sent.

I'm happy to implement those methods if the corresponding fields are present in the response.

Olvikolvi commented 8 years ago

Yes I'am sure.. If type is company you will get registernumber and if person you get identity. Like you only get firstname and lastname if type is person. Here are exsamples: http://pastebin.com/EGmPGxzE