We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18186c3 commit 519db61Copy full SHA for 519db61
src/Message/RestTokenRequest.php
@@ -36,7 +36,7 @@ public function sendData($data)
36
$this->getEndpoint(),
37
array(
38
'Accept' => 'application/json',
39
- 'Authorization' => 'Bearer ' . base64_encode("{$this->getClientId()}:{$this->getSecret()}"),
+ 'Authorization' => 'Basic ' . base64_encode("{$this->getClientId()}:{$this->getSecret()}"),
40
),
41
$body
42
);
0 commit comments