We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recipients Price type is INT but in sms returned the value is double cannot decode due to this issue getting json unmarshal error
The text was updated successfully, but these errors were encountered:
Value returned from sms.Read() function in which Recipients have price of message it's in double but struct of Price is in int
Sorry, something went wrong.
Hi @chuckwhisler! I prepared MR and going to merge it in nearest time #126
Thank you very much 👍
Published release for the update: https://github.com/messagebird/go-rest-api/releases/tag/v9.1.1
No branches or pull requests
Recipients Price type is INT but in sms returned the value is double cannot decode due to this issue getting json unmarshal error
The text was updated successfully, but these errors were encountered: