mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Update qbo_controller.rb
This commit is contained in:
@@ -72,7 +72,7 @@ class QboController < ApplicationController
|
|||||||
data = params.as_json
|
data = params.as_json
|
||||||
end
|
end
|
||||||
|
|
||||||
entities = data[0]['eventNotifications'][0]['dataChangeEvent']['entities']
|
entities = data['eventNotifications'][0]['dataChangeEvent']['entities']
|
||||||
|
|
||||||
# The webhook doesn't require a response but let's make sure
|
# The webhook doesn't require a response but let's make sure
|
||||||
# we don't send anything
|
# we don't send anything
|
||||||
|
|||||||
Reference in New Issue
Block a user