XeroAPI / xero-php-oauth2

Xero PHP SDK for oAuth 2 generated from Xero API OpenAPI Spec 3.0
MIT License
91 stars 65 forks source link

Fix: getToken() incorrectly returning null session #142

Closed sean-gilmore closed 4 years ago

sean-gilmore commented 4 years ago

Fixes issue with example storage class in README file.

getToken method should only return a null value if the session does not exist or the session token has expired.