Module: DiscoApp::Concerns::CustomersDataRequestJob

Extended by:
ActiveSupport::Concern
Included in:
DiscoApp::CustomersDataRequestJob
Defined in:
app/jobs/disco_app/concerns/customers_data_request_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(_shop, data_request_data) ⇒ Object



7
8
9
# File 'app/jobs/disco_app/concerns/customers_data_request_job.rb', line 7

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