We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e573f83 commit c9520ddCopy full SHA for c9520dd
âsrc/Efi/Auth.phpâ
@@ -107,7 +107,7 @@ private function updateCache(array $response)
107
$this->expires = time() + $response['expires_in'];
108
$this->scopes = ($this->options['api'] === 'CHARGES') ? ['charge'] : explode(' ', $response['scope']);
109
110
- $session_expire = ($this->options['api'] === 'CHARGES') ? 600 : 3600;
+ $session_expire = ($this->options['api'] === 'CHARGES') ? 570 : 3570;
111
$accessTokenEncrypted = $this->encryptAccessToken();
112
113
$this->cache->set($hashAccessToken, $accessTokenEncrypted, $session_expire);
0 commit comments