When i try to call
$templateApi = new \DocuSign\eSign\Api\TemplatesApi($apiClient);
$template = $templateApi->get($accountId, '[id-template]');
I've got this error
Fatal error: Class 'Number' not found in _vendors/docusign/esign-client/src/ObjectSerializer.php on line 274
Looks like the serializer is waiting for number and not Number. (ObjectSerializer.php line 254)
Edit : Pull request #46 and #41 try to fix that issue already.
Duplicate issue with #48
When i try to call
$templateApi = new \DocuSign\eSign\Api\TemplatesApi($apiClient);$template = $templateApi->get($accountId, '[id-template]');I've got this error
Fatal error: Class 'Number' not found in _vendors/docusign/esign-client/src/ObjectSerializer.php on line 274Looks like the serializer is waiting for number and not Number. (ObjectSerializer.php line 254)
Edit : Pull request #46 and #41 try to fix that issue already.
Duplicate issue with #48