Alexandre Vingtier

Results 2 comments of Alexandre Vingtier

I see this issue is already closed but i encountered the same problem with an integration in Symfony. ``` Attempted to load class "ListTemplatesOptions" from namespace "DocuSign\eSign\Api\TemplatesApi". Did you forget...

A workaround can be used if you edit your composer.json as shown beelow. You can add a "classmap" entry to generate an additional autoload mapping. ```json "autoload": { "psr-4": {...