Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #364 from XeroAPI/SqliteTokenChange
Browse files Browse the repository at this point in the history
Add organisationShortCode to access token
  • Loading branch information
MJMortimer authored Jan 25, 2019
2 parents dcbacf9 + 8d7ea0e commit e73046f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public IToken RetrieveAndStoreAccessToken(string userId, string tokenKey, string
GetAuthorization(requestToken, "POST", Tokens.AccessUri, null, verfier));

accessToken.UserId = userId;

accessToken.OrganisationId = organisationShortCode;
Store.Add(accessToken);

return accessToken;
Expand Down

0 comments on commit e73046f

Please sign in to comment.