Skip to content

Commit

Permalink
Merge pull request #29 from illuminatusds/patch-1
Browse files Browse the repository at this point in the history
Header fix
  • Loading branch information
zooley committed Sep 19, 2016
2 parents 15fb2dd + 3d2b98a commit 34348b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public function getProfile($orcid = null)
}

$this->http->setHeader([
'Content-Type' => 'application/vdn.orcid+json',
'Content-Type' => 'application/vnd.orcid+json',
'Authorization' => 'Bearer ' . $this->getAccessToken()
]);
} else {
Expand Down

0 comments on commit 34348b6

Please sign in to comment.