order from app
This commit is contained in:
10
app/views/api/payments/mobilepayment/cash.json.jbuilder
Normal file
10
app/views/api/payments/mobilepayment/cash.json.jbuilder
Normal file
@@ -0,0 +1,10 @@
|
||||
# json.set! :status, @out[0]
|
||||
# json.set! :data, @out[1]
|
||||
#
|
||||
|
||||
if @cash
|
||||
json.status true
|
||||
else
|
||||
json.status false
|
||||
json.data @cash
|
||||
end
|
||||
Reference in New Issue
Block a user