Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #99 from HelloFax/Form-Fields
Browse files Browse the repository at this point in the history
Form fields
  • Loading branch information
jyoung488 committed Oct 16, 2018
2 parents a18ae41 + 6d4041e commit c203665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/hello_sign/api/unclaimed_draft.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def create_unclaimed_draft opts
def create_embedded_unclaimed_draft(opts)
opts[:client_id] ||= self.client_id
prepare_files opts
prepare_form_fields opts
prepare_custom_fields opts

if opts[:type] == 'request_signature' || opts[:type] == 'send_document'
Expand Down
2 changes: 1 addition & 1 deletion lib/hello_sign/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
#

module HelloSign
VERSION = '3.7.3'
VERSION = '3.7.4'
end

0 comments on commit c203665

Please sign in to comment.