8 lines
215 B
Ruby
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 |