lib/hello_sign/api/unclaimed_draft.rb in hellosign-ruby-sdk-3.5.0 vs lib/hello_sign/api/unclaimed_draft.rb in hellosign-ruby-sdk-3.5.1
- old
+ new
@@ -203,9 +203,10 @@
def create_embedded_unclaimed_draft_with_template(opts)
opts[:client_id] ||= self.client_id
prepare_signers opts
prepare_ccs opts
prepare_templates opts
+ prepare_custom_fields opts
HelloSign::Resource::UnclaimedDraft.new post('/unclaimed_draft/create_embedded_with_template', :body => opts)
end
def edit_and_resend_unclaimed_draft(opts)
signature_request_id = opts.delete(:signature_request_id)