mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Typo
This commit is contained in:
parent
fd6d60327b
commit
f258bdb78e
@ -48,7 +48,8 @@ final class SdkWrapper implements QuickbooksInterface
|
||||
{
|
||||
|
||||
$token =($this->sdk->getOAuth2LoginHelper())->getAccessToken();
|
||||
return $token
|
||||
return $token;
|
||||
|
||||
// $access_token = $token->getAccessToken();
|
||||
// $refresh_token = $token->getRefreshToken();
|
||||
// $access_token_expires = $token->getAccessTokenExpiresAt();
|
||||
|
Loading…
Reference in New Issue
Block a user