Class: Billy::Webhooks::PaddleController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Billy::Webhooks::PaddleController
- Defined in:
- app/controllers/billy/webhooks/paddle_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
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 |