I am trying to update a contacts information, but the php wrapper has this nonsensical line in it.
$existingContact = $this->getContactDetails($contactId);
I am getting an error
Fatal error: Call to undefined method ContactsCollection::getContactDetails()
It seems to me this is because there is no function getContactDetails() anywhere?
This is an error in our code, and should be listContactDetails() not getContactDetails()
I have updated this in our library so that issue should now be resolved. Thanks for letting us know about this.
David J