Skip to content

Commit

Permalink
fix client_id value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kresna Satya committed Nov 23, 2022
1 parent 58757dd commit 8bbe671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
),
'body' => array(
'grant_type' => 'client_credentials',
'client_id' => $this->client_id,
'client_id' => $this->clientId,
'client_secret' => $this->client_secret,
),
), 'POST');
Expand Down

0 comments on commit 8bbe671

Please sign in to comment.