Class: Pay::Webhooks::PaddleClassicController

Inherits:
ActionController::API
  • Object
show all
Defined in:
app/controllers/pay/webhooks/paddle_classic_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



4
5
6
7
8
9
# File 'app/controllers/pay/webhooks/paddle_classic_controller.rb', line 4

def create
  queue_event(verified_event)
  head :ok
rescue Pay::PaddleClassic::Error
  head :bad_request
end