class Pay::Stripe::Webhooks::SubscriptionUpdated

Public Instance Methods

call(event) click to toggle source
# File lib/pay/stripe/webhooks/subscription_updated.rb, line 5
def call(event)
  Pay::Stripe::Subscription.sync(event.data.object.id)
end