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

Commit c203665

Browse files
authored
Merge pull request #99 from HelloFax/Form-Fields
Form fields
2 parents a18ae41 + 6d4041e commit c203665

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/hello_sign/api/unclaimed_draft.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def create_unclaimed_draft opts
167167
def create_embedded_unclaimed_draft(opts)
168168
opts[:client_id] ||= self.client_id
169169
prepare_files opts
170+
prepare_form_fields opts
170171
prepare_custom_fields opts
171172

172173
if opts[:type] == 'request_signature' || opts[:type] == 'send_document'

lib/hello_sign/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
#
2424

2525
module HelloSign
26-
VERSION = '3.7.3'
26+
VERSION = '3.7.4'
2727
end

0 commit comments

Comments
 (0)