docusign-esign-php-client
docusign-esign-php-client copied to clipboard
The Official DocuSign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Hi, I'm using the library inside a Laravel project where I'm trying to generate the signing url for a specific signer. Before this, the envelope is created using the api...
Hi, can somebody please explain, what is the point of setAccessToken method on Configuration object? ``` $config = new Configuration(); $config->setAccessToken($api->getAccessToken()); ``` well, one could say "it obviously sets a...
Hello, I'm encountering an issue with the DocuSign API. While everything works perfectly in test mode, switching to production mode triggers the following error: > DocuSign\eSign\Client\ApiException: API call to https://account.docusign.com/oauth/token...
We will be emailing invoice links to people, we need to make sure that the system redirects the user to the correct organization (if they have access) so a link...
https://jmp.sh/HU5cuTZj+/Screen+Shot+2024-08-13+at+10.46.25+AM.png make it easy to open the invoice, click anywhere on the row and it opens
Implicitly marking function/method parameters as nullable is [deprecated](https://www.php.net/manual/en/migration84.deprecated.php#migration84.deprecated.core.implicitly-nullable-parameter) in PHP 8.4. Please, fix deprecation at least in these classes: ``` docusign/esign-client/src/Client/ApiClient.php:91 DocuSign\eSign\Client\ApiClient::__construct(): Implicitly marking parameter $config as nullable is deprecated,...
PHP Deprecated: DocuSign\eSign\Configuration::__construct(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/docusign/esign-client/src/Configuration.php on line 185 Deprecated: DocuSign\eSign\Configuration::__construct(): Implicitly marking parameter $data...
### What Changed - Updated constructors in Api, Client, and Model files (including Configuration.php) with ?array $data = null to fix PHP deprecation warnings. - Added return types (bool, mixed,...
Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead