class Pay::Webhooks::ProcessJob

def perform(pay_webhook)

def perform(pay_webhook)
  pay_webhook.process!
end