Method: Pay::Webhooks::StripeController#create
- Defined in:
- app/controllers/pay/webhooks/stripe_controller.rb
#create ⇒ Object
8 9 10 11 12 13 14 |
# File 'app/controllers/pay/webhooks/stripe_controller.rb', line 8 def create queue_event(verified_event) head :ok rescue ::Stripe::SignatureVerificationError => e log_error(e) head :bad_request end |