-
Notifications
You must be signed in to change notification settings - Fork 1
parseFrom(NULL) error #2
Comments
Getting the same error |
Getting the same |
Any resolution on this? I'm also having the same issue.
It looks like the phoneNumber isn't being picked up. But I've tried different numbers, including the example test ones that should always be valid and it's not working. The error occurs when running the the Looks like it could be because I'm not specifying the from in the call? If I do, then it works. e.g
Simply removing the As it looks like null should be allowed as well as a string. |
Since PHP 7.1 you can set the property optional prepending a question sign
|
The text was updated successfully, but these errors were encountered: