Skip to content

GDPR Customers Webhook Controllers Misnamed #200

@ptrollinspt

Description

@ptrollinspt

The webhook routes use plural customers to match the webhook topic

post "/customers_data_request", to: "customers_data_request#receive"
post "/customers_redact", to: "customers_redact#receive"

The existing jobs also use plural customers. However, the controller classes are singular CustomerDataRequestController and CustomerRedactController and they both call singular CustomerDataRequestJob and CustomerRedactJob.

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