Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpermitted parameter: stripeToken #9

Open
trepidity opened this issue Jan 18, 2017 · 3 comments
Open

Unpermitted parameter: stripeToken #9

trepidity opened this issue Jan 18, 2017 · 3 comments

Comments

@trepidity
Copy link

[3] pry(#)> Unpermitted parameter: stripeToken

Why am I getting this on a fresh install using composer?

registrations controller
def create params[:user][:email] = params[:stripeEmail] params[:user][:stripeToken] = params[:stripeToken] super end

@samuelmaker
Copy link

@trepidity did you solve this? I'm facing the same issue

@RailsCod3rFuture
Copy link

def signup_params
params.permit :stripeEmail, :stripeToken
end

doesn't work for, guys??

@chaseTfreeman
Copy link

Bump. This is still an issue that seems preventable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants