Skip to content

Instantly share code, notes, and snippets.

@balibou
Created August 2, 2016 09:01
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 balibou/a9f2bd13b2f63a4d6034545f596c3118 to your computer and use it in GitHub Desktop.
Save balibou/a9f2bd13b2f63a4d6034545f596c3118 to your computer and use it in GitHub Desktop.
{
"public": {
"plans": [
{
"_id": 1,
"name": "Full Torso Apparition Removal",
"amount": {
"cents": 300000,
"usd": "$3,000"
}
},
{
"_id": 2,
"name": "Free-Floating Repeater Removal",
"amount": {
"cents": 425000,
"usd": "$4,250"
}
},
{
"_id": 3,
"name": "Full Roaming Vapor Removal",
"amount": {
"cents": 500000,
"usd": "$5,000"
}
}
],
"stripe": "<YOUR pk_test_TOKEN>"
},
"private": {
"stripe": "<YOUR sk_test_TOKEN>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment