Class: Billy::Webhooks::PaddleController

Inherits:
ApplicationController show all
Defined in:
app/controllers/billy/webhooks/paddle_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



9
10
11
12
13
14
# File 'app/controllers/billy/webhooks/paddle_controller.rb', line 9

def create
  queue_event(verified_event)
  head :ok
rescue Billy::Errors::PaddleError
  head :bad_request
end