Temp disable account upgrades.

This commit is contained in:
evazion
2019-11-27 16:20:42 -06:00
parent c0006b0b9a
commit c4cdba0874
2 changed files with 6 additions and 2 deletions

View File

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