Skip to content

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

@testflyjets

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions