metaregistrar / php-epp-client

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

Allow override of Natural Person setting in euridEppContact #361

Closed mvdgeijn closed 10 months ago

mvdgeijn commented 1 year ago

euridEppContact allows leaving the name and department tag empty. This results setting the natural person tag to the wrong value in curtain situaties. This update allows the natural person tag to be set "manually". Default situation is unchanged: the tag is set based on the name / department tags.

The new euridEppUpdateContactRequest supports this new functionality.