We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a0570 commit 5e31d6cCopy full SHA for 5e31d6c
src/Etsy/Provider.php
@@ -38,7 +38,7 @@ protected function getUserByToken($token)
38
$response = $this->getHttpClient()->get('https://openapi.etsy.com/v3/application/users/'.$tokenData[0], [
39
RequestOptions::HEADERS => [
40
'Authorization' => 'Bearer '.$token,
41
- 'x-api-key' => $this->clientId,
+ 'x-api-key' => $this->clientId.':'.$this->clientSecret,
42
],
43
]);
44
0 commit comments