Sha256: f4477d5156f8665c4cc433d39fded1b98192ec0eba0a0693b8c0a033fcbdda08
Contents?: true
Size: 190 Bytes
Versions: 71
Compression:
Stored size: 190 Bytes
Contents
class <%= @job_class_name %> < ActiveJob::Base def perform(shop_domain:, webhook:) shop = Shop.find_by(shopify_domain: shop_domain) shop.with_shopify_session do end end end
Version data entries
71 entries across 71 versions & 1 rubygems