Sha256: c25bbe7b4e5e3faa6aa0551face418e34fcb789efd6436d85080ad875e6cbc2c
Contents?: true
Size: 155 Bytes
Versions: 77
Compression:
Stored size: 155 Bytes
Contents
module Pay module Webhooks class ProcessJob < ApplicationJob def perform(pay_webhook) pay_webhook.process! end end end end
Version data entries
77 entries across 77 versions & 1 rubygems