Sha256: 0fcb51ccdb473588aec185830765e2b40ae0e755efe7f79fe52d3e3431999691

Contents?: true

Size: 258 Bytes

Versions: 5

Compression:

Stored size: 258 Bytes

Contents

module DiscoApp
  module  Concerns
    module  ShopRedactJob

      extend ActiveSupport::Concern

      def perform(_shop, redaction_request)
        # See https://shopify.dev/tutorials/add-gdpr-webhooks-to-your-app#shop-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/shop_redact_job.rb
disco_app-0.18.3 app/jobs/disco_app/concerns/shop_redact_job.rb
disco_app-0.18.6 app/jobs/disco_app/concerns/shop_redact_job.rb
disco_app-0.18.4 app/jobs/disco_app/concerns/shop_redact_job.rb
disco_app-0.18.1 app/jobs/disco_app/concerns/shop_redact_job.rb