We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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
The text was updated successfully, but these errors were encountered:
@trepidity did you solve this? I'm facing the same issue
Sorry, something went wrong.
def signup_params params.permit :stripeEmail, :stripeToken end
doesn't work for, guys??
Bump. This is still an issue that seems preventable.
No branches or pull requests
[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
The text was updated successfully, but these errors were encountered: