Files
sx-fc/app/views/api/verifications/new.json.jbuilder
Myat Zin Wai Maw fe5dc6bb5a card payment
2019-11-27 15:05:42 +06:30

8 lines
126 B
Ruby

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