Skip to content

Commit 46b5e01

Browse files
BnitoBzhGabrielAnca
authored andcommitted
Update IntercomClient.php (#274)
1 parent 1a52946 commit 46b5e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IntercomClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ class IntercomClient
3838
/**
3939
* @var string API user authentication
4040
*/
41-
private $usernameOrToken;
41+
private $appIdOrToken;
4242

4343
/**
4444
* @var string API password authentication
4545
*/
46-
private $password;
46+
private $passwordPart;
4747

4848
/**
4949
* @var array $extraRequestHeaders

0 commit comments

Comments
 (0)