diff --git a/src/Connector.php b/src/Connector.php index 806831d..e0565af 100644 --- a/src/Connector.php +++ b/src/Connector.php @@ -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');