This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
AllowDecline on TemplateSignatureRequest class is not translated into actual request (Status: Ready for Merge) #113
Labels
legacy
Related to legacy, non-OpenAPI SDK
Problem description:
The
TemplateSignatureRequest
class has a boolean property forAllowDecline
, but in theCreateUnclaimedDraft
method, this property is not added to the actual request to HelloSign's API, and thus has no effect.Steps to reproduce:
Create a new (embedded) signature request using the
CreateUnclaimedDraft
method with AllowDecline = true. When you try to sign this request using the generated URL, there is no option to decline.SDK Version
1.3.0 - there is no newer version available.
Solution to resolve
Add the following code to the
CreateUnclaimedDraft
methodStatus
Ready for Merge
Link to PR: #114
The text was updated successfully, but these errors were encountered: