This commit is contained in:
2016-07-28 08:52:30 -04:00
committed by GitHub
parent 0d5fb8d3e3
commit fecc4956b4

View File

@@ -74,6 +74,11 @@ class QboController < ApplicationController
entities = data['eventNotifications'][0]['dataChangeEvent']['entities']
entities.each do |entity|
puts entity['name']
puts entity['id']
end
# The webhook doesn't require a response but let's make sure
# we don't send anything
render :nothing => true