customer create

This commit is contained in:
Nweni
2019-11-19 09:16:55 +06:30
parent 5dc93ef2f8
commit aad153a4ef
11 changed files with 109 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
if @result && @cus
json.status true
json.sent_pin true
else
json.status false
json.message "Customer Not Found"
end