Closed romulowspp closed 5 years ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Romulo Pires. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
@cla-bot check
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla.
CLA has not been signed by users: @romulowspp.
After signing the CLA, you can ask me to recheck this PR by posting @cla-bot check
as a comment to the PR.
The cla-bot has been summoned, and re-checked this pull request!
@cla-bot check
The cla-bot has been summoned, and re-checked this pull request!
PR Checklist
What is the current behavior?
When the parameter payload has a type that isn't a string it throws one Java Exception about wrong type passed to method.
What is the new behavior?
Now you i convert all types in parameter value and name to string.
Fixes #249 .