Module: Pay::Webhooks
- Defined in:
- lib/pay/webhooks.rb,
lib/pay/webhooks/delegator.rb,
lib/pay/webhooks/process_job.rb,
app/controllers/pay/webhooks/stripe_controller.rb,
app/controllers/pay/webhooks/braintree_controller.rb,
app/controllers/pay/webhooks/lemon_squeezy_controller.rb,
app/controllers/pay/webhooks/paddle_billing_controller.rb,
app/controllers/pay/webhooks/paddle_classic_controller.rb more...
Defined Under Namespace
Classes: BraintreeController, Delegator, LemonSqueezyController, PaddleBillingController, PaddleClassicController, ProcessJob, StripeController
Class Method Summary collapse
Class Method Details
permalink .delegator ⇒ Object
[View source]
9 10 11 |
# File 'lib/pay/webhooks.rb', line 9 def delegator @delegator ||= Delegator.new end |