class Pay::PaddleBilling::Webhooks::TransactionCompleted

def call(event)

def call(event)
  Pay::PaddleBilling::Charge.sync(event.id)
end