diff --git a/app/controllers/stripe/events_controller.rb b/app/controllers/stripe/events_controller.rb index 0b2f429a..83d63855 100644 --- a/app/controllers/stripe/events_controller.rb +++ b/app/controllers/stripe/events_controller.rb @@ -5,7 +5,7 @@ class EventsController < ::Stripe::ApplicationController def create @event = dispatch_stripe_event params - respond_with @event, :location => nil + head :ok end end -end \ No newline at end of file +end