VRFS-3800 removed comment
This commit is contained in:
parent
48873f3485
commit
c2b61d1a3b
|
|
@ -341,8 +341,6 @@ class ApiJamTracksController < ApiController
|
||||||
params[:receipt],
|
params[:receipt],
|
||||||
params[:price_data])
|
params[:price_data])
|
||||||
rescue
|
rescue
|
||||||
# JONATHAN - this definitely needs beefing up so that you can communicate back to the app any errors you might raise.
|
|
||||||
# ... Go wild with this response; I just stubbed something.
|
|
||||||
response = { message: $!.to_s }
|
response = { message: $!.to_s }
|
||||||
render :json => response, :status => 422
|
render :json => response, :status => 422
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue