This commit is contained in:
Myat Zin Wai Maw
2020-02-27 14:45:15 +06:30
parent 0868697b11
commit 4bffd640a0
2 changed files with 19 additions and 18 deletions

View File

@@ -1,8 +1,9 @@
if @result
if @result
json.status true
json.sent_pin true
elsif @cus
json.status true
json.customer_id @cus.id
elsif @cus
json.status true
json.sent_pin false
json.customer_id @cus.id
else