Class: Pay::Lago::Webhooks::SubscriptionTerminated
- Inherits:
-
Object
- Object
- Pay::Lago::Webhooks::SubscriptionTerminated
- Defined in:
- lib/pay/lago/webhooks/subscription_terminated.rb
Instance Method Summary collapse
Instance Method Details
#call(event) ⇒ Object
5 6 7 8 |
# File 'lib/pay/lago/webhooks/subscription_terminated.rb', line 5 def call(event) subscription = event.subscription Pay::Lago::Subscription.sync(subscription.external_customer_id, subscription.external_id, object: subscription) end |