Skip to content

Commit

Permalink
Merge pull request #16 from deboorn/api-users-link-accounts-identitie…
Browse files Browse the repository at this point in the history
…s-fix

ApiUsers link account identities fix
  • Loading branch information
glena committed Jun 29, 2015
2 parents 1b6f302 + 37e7b17 commit 301f983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/ApiUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static function linkAccount($domain, $token, $user_id, $post_identities_b

return self::getApiV2Client($domain)->post()
->users($user_id)
->devices()
->identities()
->withHeader(new AuthorizationBearer($token))
->withHeader(new ContentType('application/json'))
->withBody(json_encode($post_identities_body))
Expand Down

0 comments on commit 301f983

Please sign in to comment.