mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Webhook
This commit is contained in:
@@ -142,7 +142,7 @@ class Customer < ActiveRecord::Base
|
|||||||
|
|
||||||
# proforms a bruteforce sync operation
|
# proforms a bruteforce sync operation
|
||||||
# This needs to be simplified
|
# This needs to be simplified
|
||||||
def self.sync(id)
|
def self.sync_by_id(id)
|
||||||
service = Qbo.get_base(:customer).service
|
service = Qbo.get_base(:customer).service
|
||||||
|
|
||||||
customer = service.fetch_by_id(id)
|
customer = service.fetch_by_id(id)
|
||||||
|
|||||||
Reference in New Issue
Block a user