This commit is contained in:
2016-07-28 09:04:17 -04:00
committed by GitHub
parent b115c4bf67
commit 370153bed9

View File

@@ -76,7 +76,7 @@ class QboController < ApplicationController
entities.each do |entity|
if entity['name'].eql? "Customer"
Customer.sync(entity['id'].to_i)
Customer.sync_by_id(entity['id'].to_i)
end
end