Skip to content

Instantly share code, notes, and snippets.

@matthewarkin
Forked from anonymous/gist:ce851bcad070917f07e3
Created October 1, 2014 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewarkin/faa052eb2a7d2d4b19a7 to your computer and use it in GitHub Desktop.
Save matthewarkin/faa052eb2a7d2d4b19a7 to your computer and use it in GitHub Desktop.
Stripe::Plan.create({
:amount => 2000,
:interval => 'month',
:name => 'Amazing Gold Plan',
:currency => 'usd',
:id => 'gold'
}, token)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment