Closed jbarmanet closed 4 years ago
Just to let you know a typo, the peopleId param should not be here:
peopleId
List People Profiles: CrispClient->websitePeople->listPeopleProfiles(websiteId, peopleId, page)
CrispClient->websitePeople->listPeopleProfiles(websiteId, peopleId, page)
should be
List People Profiles: CrispClient->websitePeople->listPeopleProfiles(websiteId, page)
CrispClient->websitePeople->listPeopleProfiles(websiteId, page)
Closed with https://github.com/crisp-im/php-crisp-api/commit/b18ae793a6d8a2c004e2aa23265aea439b153540, thanks!
Just to let you know a typo, the
peopleId
param should not be here:List People Profiles:
CrispClient->websitePeople->listPeopleProfiles(websiteId, peopleId, page)
should be
List People Profiles:
CrispClient->websitePeople->listPeopleProfiles(websiteId, page)