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 122 forks source link

Problem with Dropdown tabs #138

Closed r00d1k closed 3 years ago

r00d1k commented 3 years ago

I faced with fatal error when I fetch Tab list from template's document which contain dropdown. In Tabs model defined 'list_tabs' => '\DocuSign\eSign\Model\array[]', but this model doesn't exist. But I found unused \DocuSign\eSign\Model\ModelList which fits better to process this data. There is pull request with fix. https://github.com/docusign/docusign-esign-php-client/pull/137

r00d1k commented 3 years ago

Hello. Kindly remind you to check my pull request. it would be grateful if you add this fix in official repo.

dbbrahmbhatt commented 3 years ago

Hi @r00d1k . Thank you for reporting the issue. Fix has been added to the latest PHP releases 6.2.0 (for v2.1) and 4.10.0 for (v2).