docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
198 stars 124 forks source link

Uncaught Error: Class 'DocuSign\\eSign\\ApiClient' not found #82

Closed bbouchard95 closed 5 years ago

bbouchard95 commented 5 years ago

To fix this change DocuSign\eSign\ApiClient($config); to DocuSign\eSign\Client\ApiClient($config);

gsnavin commented 5 years ago

@bbouchard95 Thanks for the recommending a fix. Can you please let us know which version of the SDK are you using. Also where exactly are you asking this to be changed?

bbouchard95 commented 5 years ago

I'm using v4. I apologize, I just realized I should have issued this at https://github.com/docusign/qs-php instead of here. qs-01-php-embed-signing-ceremony.php and qs-02-php-send-envelope.php both produce this error. I'll copy this issue and bring it there.

gsnavin commented 5 years ago

@bbouchard95 thanks for the update. I will close this issue from here.