Class: Billy::LemonSqueezy::Webhooks::SubscriptionCreated

Inherits:
Object
  • Object
show all
Defined in:
lib/billy/lemon_squeezy/webhooks/subscription_created.rb

Instance Method Summary collapse

Instance Method Details

#call(event) ⇒ Object



6
7
8
# File 'lib/billy/lemon_squeezy/webhooks/subscription_created.rb', line 6

def call(event)
  Billy::LemonSqueezy::Subscription.sync(lemon_squeezy_id: event.order_id, object: event)
end