You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware that this is probably not the right place for this report, but I noticed it here.
The API documentation for voice calls says that the messages.id in the response is a number. The production system also sends back a numerical value, but the sandbox sends back a string.
Therefore, the tests of this repository are successfully executed against the sandbox, but fail on the production system.
The text was updated successfully, but these errors were encountered:
vorlif
added a commit
to vorlif/go-client
that referenced
this issue
Feb 12, 2025
I am aware that this is probably not the right place for this report, but I noticed it here.
The API documentation for voice calls says that the
messages.id
in the response is a number. The production system also sends back a numerical value, but the sandbox sends back a string.Therefore, the tests of this repository are successfully executed against the sandbox, but fail on the production system.
The text was updated successfully, but these errors were encountered: