fix coinbase callback

This commit is contained in:
r888888888
2014-11-29 11:31:42 -08:00
parent 9a09282221
commit 358f22af86
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ class UserUpgradesController < ApplicationController
before_filter :member_only, :only => [:new, :show]
helper_method :encrypt_custom, :coinbase
force_ssl :if => :ssl_enabled?
skip_before_action :verify_authenticity_token, only: [:create]
def create
if params[:order][:status] == "completed"