sync to cloud

This commit is contained in:
Myat Zin Wai Maw
2019-08-14 16:05:41 +06:30
parent a5dfa6796c
commit 78af4188d1
12 changed files with 13 additions and 13 deletions

View File

@@ -584,7 +584,7 @@ class Order < ApplicationRecord
order.guest_info = o['guest_info']
order.save
end
puts '...... order sync completed .....'
Rails.logger.debug '...... order sync completed .....'
end
end