Skip to content

Instantly share code, notes, and snippets.

@staycreativedesign
Created November 14, 2018 17:33
Show Gist options
  • Save staycreativedesign/1be43fcded3faa43eb525319bf9baabe to your computer and use it in GitHub Desktop.
Save staycreativedesign/1be43fcded3faa43eb525319bf9baabe to your computer and use it in GitHub Desktop.
customer = Stripe::Customer.create({
email: params[:email],
source: params[:stripeToken]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment