Class: Integrations::StripeInstallation

Inherits:
ApplicationRecord
  • Object
show all
Includes:
Integrations::StripeInstallations::Base
Defined in:
app/models/integrations/stripe_installation.rb

Instance Method Summary collapse

Instance Method Details

#process_webhook(webhook) ⇒ Object



4
5
6
# File 'app/models/integrations/stripe_installation.rb', line 4

def process_webhook(webhook)
  raise "You should implement a `Integrations::StripeInstallation` model in your application that has `include Integrations::StripeInstallations::Base` and implements a `def process_webhook(webhook)` method."
end