Artemy-Matvienko

Results 2 issues of Artemy-Matvienko

I get the following error ``` Property statecode of the new_test entity cannot be set in /var/www/html/Sources/vendor/alexacrm/php-crm-toolkit/src/Entity.php on line 271 ``` When I try to update with this: ```php $test->statecode...

I've used the following 2 issues as references for what I have to do to implement caching with this library. https://github.com/AlexaCRM/php-crm-toolkit/issues/39 https://github.com/AlexaCRM/php-crm-toolkit/issues/19 The following is my adapter class for [Simple...

bug