Skip to content

Commit

Permalink
Merge pull request #11 from eversign/alexeriksen-patch-1-1
Browse files Browse the repository at this point in the history
Update create_document.rb
  • Loading branch information
alexeriksen authored May 11, 2021
2 parents 670ba23 + d5fb809 commit aa52286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/create_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
document = Eversign::Models::Document.new
document.title = 'Tile goes here'
document.message = '[email protected]'
document.sandbox = 1 #enable or disable sandbox mode

recipient = Eversign::Models::Recipient.new(name='Test', email='[email protected]')

Expand Down

0 comments on commit aa52286

Please sign in to comment.