mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Webhook
This commit is contained in:
@@ -76,7 +76,7 @@ class QboController < ApplicationController
|
|||||||
|
|
||||||
entities.each do |entity|
|
entities.each do |entity|
|
||||||
if entity['name'].eql? "Customer"
|
if entity['name'].eql? "Customer"
|
||||||
Customer.sync(entity['id'].to_i)
|
Customer.sync_by_id(entity['id'].to_i)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user