Skip to content

Commit 565e5f6

Browse files
authored
Merge pull request #79 from pkohout-profitsee/master
fixed nullpointer exception in OAuthAccessToken.
2 parents 6876a4d + 8f5467a commit 565e5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/xero/api/OAuthAccessToken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public OAuthAccessToken build(String verifier, String tempToken, String tempToke
5858
}
5959

6060
public OAuthAccessToken build() throws IOException {
61-
61+
httpclient = new XeroHttpContext(config).getHttpClient();
6262
return this;
6363
}
6464

0 commit comments

Comments
 (0)