Skip to content

ConstantContact::Activity#encode_data method missing carriage return #4

Description

@testflyjets

The encode_data method should add a carriage return after the last contact. Currently, the contact_strings are joined with a "\n" but the last contact entry needs to have a CR after it (according to the AppConnect examples for using Activity).

Line 36 should look like this:
result += CGI.escape(contact_strings.join("\n") + "\n")

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