lib/hello_sign/api/unclaimed_draft.rb in hellosign-ruby-sdk-3.7.3 vs lib/hello_sign/api/unclaimed_draft.rb in hellosign-ruby-sdk-3.7.4

- old
+ new

@@ -165,9 +165,10 @@ # ) # 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' prepare_signers opts end