Sha256: 4a304e1b0c27092a6adacf7e809d6cdad6480e5d69fc731c4361f905b7efe192

Contents?: true

Size: 268 Bytes

Versions: 5

Compression:

Stored size: 268 Bytes

Contents

module DiscoApp
  module  Concerns
    module  CustomersRedactJob

      extend ActiveSupport::Concern

      def perform(_shop, redaction_request)
        # See https://shopify.dev/tutorials/add-gdpr-webhooks-to-your-app#customers-redact
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
disco_app-0.18.2 app/jobs/disco_app/concerns/customers_redact_job.rb
disco_app-0.18.3 app/jobs/disco_app/concerns/customers_redact_job.rb
disco_app-0.18.6 app/jobs/disco_app/concerns/customers_redact_job.rb
disco_app-0.18.4 app/jobs/disco_app/concerns/customers_redact_job.rb
disco_app-0.18.1 app/jobs/disco_app/concerns/customers_redact_job.rb