During the module eepCreateContactRequest and additional "+" is added to phone numbers causing an error
eg +1.3703212020 is sent as ++1.3703212020
general.ERROR: Metaregistrar\EPP\eppException: Contact handle specified is not valid:
the error can be fixed by removing the '+' from private function formatPhone($number, $country) in nominet.php
the + is already set in the "intlNumber" function I think.
During the module eepCreateContactRequest and additional "+" is added to phone numbers causing an error
eg +1.3703212020 is sent as ++1.3703212020
general.ERROR: Metaregistrar\EPP\eppException: Contact handle specified is not valid:
the error can be fixed by removing the '+' from private function formatPhone($number, $country) in nominet.php
the + is already set in the "intlNumber" function I think.