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

Properly parsing transferLock param in resource_domain.go #13

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

dzegarra
Copy link
Contributor

The "domain.info" method of the INWX JsonRPC API returns a boolean for the property transferLock. The provider expects a float for some reason. Maybe that was a bug in the API that INWX already has fixed. The type for this property can be confirmed at https://www.inwx.com/en/help/apidoc/f/ch02s09.html#domain.info. I have tested it myself and it is indeed a boolean.

The "domain.info" method of the INWX JsonRPC API returns a boolean for the property transferLock. The provider expects a float for some reason. Maybe that was a bug in the API that INWX already has fixed. The type for this property can be confirmed at https://www.inwx.com/en/help/apidoc/f/ch02s09.html#domain.info. 
I have tested it myself and it is indeed a boolean.
@fsoederhuyzen fsoederhuyzen merged commit 2b50f8d into inwx:main Oct 12, 2023
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

Successfully merging this pull request may close these issues.

2 participants