-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
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
vdarricau, davidloubere, NotQuentin, ylcdx, sempixel and 2 more