metaregistrar/php-epp-client

Typo in eppContactPostalInfo::setProvince() fails to set province

jmalinens opened this issue · 0 comments

it must be $this->province = $province; instead of $this->provice = $province;

this was found thanks to PHP8.2 deprecation:

Creation of dynamic property Metaregistrar\EPP\eppContactPostalInfo::$provice is deprecated

fixed in #365