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
2025/02/05 11:31:18 RoundTripper returned a response & error; ignoring response
[x] Error: Post "https://connect.squareup.com/oauth2/token/status": non-safe request returned success
Expected Behavior
Square Analyzer should output the merchant id, team members list and permissions.
Actual Behavior
The Analyzer Roundtripper saw that we sent a POST request and it returned a 200 and threw an error. The problem is the Square Analyzer requires a POST request to get this information. So this doesn't seem to be working at all.
The text was updated successfully, but these errors were encountered:
<!--
Please create an issue to collect feedback prior to feature additions. Please also reference that issue in any PRs.
If possible try to keep PRs scoped to one feature, and add tests for new features.
-->
### Description:
Related to issue: #3874
### Checklist:
* [ ] Tests passing (`make test-community`)?
* [ ] Lint passing (`make lint` this requires [golangci-lint](https://golangci-lint.run/welcome/install/#local-installation))?
Trace Output
Expected Behavior
Square Analyzer should output the merchant id, team members list and permissions.
Actual Behavior
The Analyzer Roundtripper saw that we sent a POST request and it returned a 200 and threw an error. The problem is the Square Analyzer requires a POST request to get this information. So this doesn't seem to be working at all.
The text was updated successfully, but these errors were encountered: