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
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
In the file XeroOAuth.php, line 446
if ($this->response ['code'] == 401 && isset ( $this->config ['session_handle'] )) {
What is the point of the isset ( $this->config ['session_handle'] ) test?
I am getting a 401 response for expired token, but it is skipping setting the helper to TokenExpired because i do not have a session_handle set
The text was updated successfully, but these errors were encountered: