GregoireHebert / docusign-bundle

Symfony bundle to create electronic signatures with DocuSign
https://github.com/GregoireHebert/docusign-bundle
MIT License
33 stars 13 forks source link

fix: empty the webhookParameters var after sending an envelope #99

Closed WENKz closed 4 years ago

WENKz commented 4 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
License MIT

When sending a batch of documents, the token of the previous transaction is kept to regenerate the new validation token which prevents validating the docusign callback after signature

vincentchalamon commented 4 years ago

Thanks @WENKz