Files
sx-fc/app/views/api/verifications/update.json.jbuilder
2019-11-27 09:36:30 +06:30

8 lines
215 B
Ruby

if @result && @cus
json.status true
json.customer_id @cus.customer_id
json.message "Pin code verification succeeded"
else
json.status false
json.message "Customer Not Found Or Pin Code Verification Failed"
end