change split bill

This commit is contained in:
phyusin
2018-02-14 17:07:33 +06:30
parent 75cadc7ed3
commit 8898ba597a
4 changed files with 14 additions and 15 deletions

View File

@@ -60,9 +60,9 @@ class License
return true
end
else
@license = Marshal.load(cache_license)
assign(aes_key, aes_iv)
Rails.logger.info 'API License'
# @license = Marshal.load(cache_license)
# assign(aes_key, aes_iv)
# Rails.logger.info 'API License'
return true
end
end