Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact Phone number causes error #3

Open
2020media opened this issue Apr 23, 2024 · 0 comments
Open

Contact Phone number causes error #3

2020media opened this issue Apr 23, 2024 · 0 comments

Comments

@2020media
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant