-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'Number' not found on Object Serializer #48
Comments
Namespace Path( \DocuSign\eSign\Model) is not included while deserializing happening |
I'm running into a similar problem. However, the message I receive is:
I believe that there might be an issue/conflict with the Laravel framework. To replicate the problem. I'm using PHP 5.6.31. I have the following in my
This will get an older version of Laravel (which I currently believe is an LTS version) and the lastest version of the DocoSign PHP client (3.0.1). This is my test script:
The above will produce the error. However, if I remove the Laravel dependency from This same error was raised a few weeks ago as well and I had been using a patch to work around this problem. When I use the
Looking forward to see this problem smashed once and for all. |
+1 Exception in ObjectSerializer.php (line 274) Using Laravel 5.5 and latest DocuSign API |
I am experiencing the same problem. I use PHP 7.0, Laravel 5.5 and the latest version of docusign-php sdk. |
This is error stacktrace. |
See ticket #41 and if you swap out this ObjectSerializer.php for the default one - https://github.com/trickeyone/docusign-php-client/blob/cc3483c44c301ad7c0d42e41094e70dfde5f68ef/src/ObjectSerializer.php Worked for me |
Thank you for the problem report. And please accept my apologies for the very slow DocuSign staff replies on this issue. We have reorganized so we can provide faster response. This issue now has internal bug report # DCM-3210 We are working on it. |
is this fixed now? will updating the api client work ? |
Hello, is this fixed? I have same problem. Replacing 'Number' with '\DocuSign\eSign\Model\Number' seems to fix problem. |
I'm told this is fixed in v5.1. |
On line 276 while calling listTabs in envelopeapi
The text was updated successfully, but these errors were encountered: