update origami for room

This commit is contained in:
Aung Myo
2017-07-03 12:20:03 +06:30
parent 6c3c863fce
commit 92712787e1
4 changed files with 37 additions and 23 deletions

View File

@@ -115,7 +115,7 @@ class Crm::CustomersController < BaseCrmController
'Content-Type' => 'application/json',
'Accept' => 'application/json'
},
:timeout => 100
:timeout => 10
)
rescue HTTParty::Error
@@ -209,8 +209,6 @@ end
},
:timeout => 10
)
puts "hhhhhhhhh"
puts response.to_json
rescue Net::OpenTimeout
response = { status: false }