diff --git a/app/controllers/choice/choice_controller.rb b/app/controllers/choice/choice_controller.rb index 8fac8ac..7969c73 100644 --- a/app/controllers/choice/choice_controller.rb +++ b/app/controllers/choice/choice_controller.rb @@ -1,9 +1,6 @@ module Choice class ChoiceController < Choice::ApplicationController def create - @badge = consumer_defender_badge - @user = @discourse_api.client.user - customer = Stripe::Customer.create( :email => params[:stripeEmail], :source => params[:stripeToken]