Class: Pay::Webhooks::PaddleClassicController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Pay::Webhooks::PaddleClassicController
- Defined in:
- app/controllers/pay/webhooks/paddle_classic_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
8 9 10 11 12 13 |
# File 'app/controllers/pay/webhooks/paddle_classic_controller.rb', line 8 def create queue_event(verified_event) head :ok rescue Pay::PaddleClassic::Error head :bad_request end |