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

NoMethodError: undefined method `<<' for #<Hash:0x00007fdbaa5591b8> Did you mean? < #120

Description

@curtiskim808

Hi,
i'm having this error when I call the HelloSign create_embedded_template_draft through service in my test.

        VCR.use_cassette("hello_sign_service") do
          @embeeded_template_draft = HelloSignService.create_embedded_template_draft(@file2.tempfile, {signer_roles: [{name: "TEST ROLE1"}, {name: "TEST ROLE2"}]})
          # @embedded_template_draft = HelloSign.create_embedded_template_draft({});
          expect(@embedded_template_draft).to be_an HelloSign::Resource::TemplateDraft
        end

      end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    legacyRelated to legacy, non-OpenAPI SDK

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions