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
We need to improve logging as in some cases it's hard to debug issues for our clients.
For example, if we get a "Unexpected error. A Square Order Response was not returned." error we can't debug easily because the response itself (response from the API) didn't get logged, thus we don't have any other information but the above string.
We have this issue because in this case we didn't get any of the promised responses described in the docs, or the response data was not represented in the object form.
The text was updated successfully, but these errors were encountered:
We need to improve logging as in some cases it's hard to debug issues for our clients.
For example, if we get a "Unexpected error. A Square Order Response was not returned." error we can't debug easily because the response itself (response from the API) didn't get logged, thus we don't have any other information but the above string.
We have this issue because in this case we didn't get any of the promised responses described in the docs, or the response data was not represented in the object form.
The text was updated successfully, but these errors were encountered: