Update customer.rb

This commit is contained in:
2016-05-17 13:11:37 -04:00
parent 12166839b2
commit 69d047e687

View File

@@ -116,6 +116,7 @@ class Customer < ActiveRecord::Base
qbo_customer = Customer.find_or_create_by(id: customer.id)
qbo_customer.name = customer.display_name
qbo_customer.id = customer.id
qbo_customer.save
end
end
end