Skip to content

the post method uses the :query option instead of :body #25

Description

@etalley

https://github.com/Pardot/ruby-pardot/blob/master/lib/pardot/http.rb#L19

check_response self.class.post(full_path, :query => params)

should be

check_response self.class.post(full_path, :body => params)

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions