Skip to content

Commit

Permalink
Enable requireSignOnPaper option for non-template envelopes
Browse files Browse the repository at this point in the history
  • Loading branch information
micahiriye committed Mar 14, 2018
1 parent 6698c31 commit cf279aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/docusign_rest/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def get_signers(signers, options={})
phoneAuthentication: nil,
recipientAttachment: nil,
requireIdLookup: signer[:require_id_lookup],
requireSignOnPaper: signer[:require_sign_on_paper] || false,
roleName: signer[:role_name],
routingOrder: signer[:routing_order] || index + 1,
socialAuthentications: nil
Expand Down

0 comments on commit cf279aa

Please sign in to comment.