Class: Pay::Webhooks::LagoController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/pay/webhooks/lago_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



8
9
10
11
12
# File 'app/controllers/pay/webhooks/lago_controller.rb', line 8

def create
  return head :bad_request unless (event = verified_event)
  queue_event(event)
  head :ok
end