我一直试图在Linux机器上通过SSH打开eclipse,但我一直收到这个错误。我已经尝试清除磁盘空间并使用-clean标志运行eclipse但没有运气。我已经在下面列出了堆栈跟踪,以防它调试我的问题。
You have passed a blank string for 'source'. You should remove the 'source' parameter from your request or supply a non-blank value.
Stripe::Charge.create(
:amount => @amount,
:currency => 'usd',
:source => params[:stripeToken],