infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
130 stars 127 forks source link

Adding contacts to a tag doesn't work anymore since release 1.6.1 #323

Closed gguenther24 closed 7 months ago

gguenther24 commented 7 months ago

Since the latest release adding contacts to a tag with $tagService->addContacts throws an exception with the message "Cannot use object of type stdClass as array" on infusionsoft/infusionsoft.php line 523. The changes in restfulRequest with $params and $full_params seem to dropping support for stdClass, but the service still uses a stdClass instead of an array.

@ROMzombie can you please fix this?