Files
sx-fc/app/views/api/verifications/new.json.jbuilder
2019-11-19 09:16:55 +06:30

7 lines
127 B
Ruby

if @result && @cus
json.status true
json.sent_pin true
else
json.status false
json.message "Customer Not Found"
end