Revert "Temp disable account upgrades."

This reverts commit c4cdba0874.
This commit is contained in:
evazion
2019-12-02 16:53:06 -06:00
parent 86a09a322f
commit 56a2fae26f
2 changed files with 2 additions and 6 deletions

View File

@@ -4,8 +4,6 @@ class UserUpgradesController < ApplicationController
skip_before_action :verify_authenticity_token, only: [:create]
def create
raise NotImplementedError
if params[:stripeToken]
create_stripe
end