-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Hello.
I got the callback from Xero successfully but the details weren't stored in the cache.
Webfox\Xero\OauthCredentialManager.php
$this->cache->set($this->cacheKey, [
'token' => $token->getToken(),
'refresh_token' => $token->getRefreshToken(),
'id_token' => $token->getValues()['id_token'],
'expires' => $token->getExpires(),
'tenant_id' => $tenantId ?? $this->data('tenant_id')
]);
After this
$this->cache->has($this->cacheKey);
This code returns false and there is nothing saved.
I am using Laravel 5.6
The minimum required version is 5.5 so I hope this is not a version issue.
Do I need to set up 'config/cache.php' file? If so, can you please let me know what I need to set up in the file?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels