Class: DiscoApp::SendSubscriptionJob

Inherits:
ShopJob
  • Object
show all
Defined in:
app/jobs/disco_app/send_subscription_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(shop) ⇒ Object



3
4
5
# File 'app/jobs/disco_app/send_subscription_job.rb', line 3

def perform(shop)
  @shop.disco_api_client.create_app_subscription
end