lib/hello_sign/api/signature_request.rb in hellosign-ruby-sdk-3.7.1 vs lib/hello_sign/api/signature_request.rb in hellosign-ruby-sdk-3.7.2

- old
+ new

@@ -311,10 +311,10 @@ end if opts[:get_url] separator = opts[:file_type].nil? ? '?' : '&' path = path + "#{separator}get_url=#{opts[:get_url]}" end - get(path) + get(path)[:body] end # # Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. # If form_fields_per_document is not specified or use_text_tags is not enabled, a signature page will be affixed at the end