Skip to content

Commit

Permalink
Merge pull request #16 from Boulevard/lnikkila/oauth-token-fix
Browse files Browse the repository at this point in the history
Don't include oauth_token twice
  • Loading branch information
lnikkila authored May 14, 2017
2 parents ed3bbfe + 4e29d2e commit e666b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/exquickbooks/oauth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ defmodule ExQuickBooks.OAuth do
def get_access_token(request_token = %RequestToken{}, realm_id, verifier) do
result =
request(:post, "get_access_token", nil, nil, params: [
{"oauth_token", request_token.token},
{"oauth_verifier", verifier}
])
|> sign_request(request_token)
Expand Down

0 comments on commit e666b4c

Please sign in to comment.