Artemy-Matvienko

Results 2 comments of Artemy-Matvienko

@georged Are you suggesting that I extend the Client and SoapRequestGenerator classes to accommodate this extra functionality? I'm assuming the new SoapRequestGenerator function will look something like this: ```php public...

Just had to overwrite the value type in my adapter before passing it over, even though the [CacheInterface](https://github.com/AlexaCRM/php-crm-toolkit/blob/master/src/CacheInterface.php) specifically says that $expiresAfter should accept an integer, yet [Authentication](https://github.com/AlexaCRM/php-crm-toolkit/blob/master/src/Auth/Authentication.php) passes a...