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
The deauthorize request goes through oauth_request and not perform_request of the API module. As such, the API/secret key isn't sent with the request and will always bomb with 401 from Stripe.
If there's a preferred way to resolve this I can put together a PR, just let me know.
The text was updated successfully, but these errors were encountered:
The
deauthorize
request goes throughoauth_request
and notperform_request
of the API module. As such, the API/secret key isn't sent with the request and will always bomb with 401 from Stripe.If there's a preferred way to resolve this I can put together a PR, just let me know.
The text was updated successfully, but these errors were encountered: