api integrated

This commit is contained in:
Min Zeya Phyo
2017-04-19 19:39:58 +06:30
parent c4e76c53b2
commit 0a97947259
25 changed files with 755 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
if @status == true
#show invoice number and stuff
json.status @status
else
json.status @status
json.error_message @error_message
end