organization · inferred from evidence
DocuSign
The organization maintaining the eSign PHP client SDK.
- docusign php sdk: Call to a member function read() on string in ObjectSerializer.php:285
Calling EnvelopeApi\getDocument in the DocuSign eSign PHP client (docusign/esign-client) crashed with this fatal error. In ObjectSerializer.php line 285 the code called $data->read(200) on the response, but getDocument returns the file cont
- docusign php sdk: Class '\\DocuSign\\eSign\\Model\\OfflineAttributes' not found on listRecipients
Calling EnvelopesApi::listRecipients with the DocuSign eSign PHP client failed during response deserialization with this fatal error. The SDK referenced the model class \DocuSign\eSign\Model\OfflineAttributes, which existed in v3 of the cli
- docusign-php-client: ApiException#getResponseObject returns serialized PHP string instead of object
In docusign-php-client v4.0.0, ApiException#getResponseObject() stopped returning a deserialized ErrorDetails object and instead returned a serialized PHP object as a string, breaking error handling that worked in v3.0.1. The reporter trace