You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
This is a huge issue for anyone using Hellosign to create a legal document with addendum attachments or other legal attachments. In our case, the attachments are getting added in a random order, which is very unhelpful. I have reviewed the code and the problem appears that a Map is used to store the files then when the request is created, the map keys are iterated. Maps are not ordered, and thus the issue.
When sending a signature request using multiple documents the file order does not remain consistent.
This issue is for the /signature_request/create_embedded and /signature_request/send endpoints
Thank you for your help!
The text was updated successfully, but these errors were encountered: