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

@@ -25,7 +25,7 @@ class SalePayment < ApplicationRecord
payment.payment_status = sp['payment_status']
payment.save
end
puts '....... Sale Payment sync completed ......'
Rails.logger.debug '....... Sale Payment sync completed ......'
end
end