fix coinbase callback
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user