From c99fe57074042206a3de0f1febfb233ecf3597e2 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 1 Aug 2016 15:52:02 -0400 Subject: [PATCH] Update qbo_controller.rb --- app/controllers/qbo_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index 8c536f3..1b9c649 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -93,6 +93,8 @@ class QboController < ApplicationController if entity['name'].eql? "Employee" QboEmployee.sync_by_id(entity['id'].to_i) end + + Qbo.update_time_stamp end # The webhook doesn't require a response but let's make sure