card payment

This commit is contained in:
Myat Zin Wai Maw
2019-11-27 15:05:42 +06:30
parent 98b74af6cf
commit fe5dc6bb5a
15 changed files with 93 additions and 78 deletions

View File

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