Class: PurchaseKit::Pay::Webhook::ProcessWebhookJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/purchasekit/pay/webhook.rb

Instance Method Summary collapse

Instance Method Details

#perform(webhook_id) ⇒ Object



30
31
32
# File 'lib/purchasekit/pay/webhook.rb', line 30

def perform(webhook_id)
  ::Pay::Webhook.find(webhook_id).process!
end