Skip to content

Instantly share code, notes, and snippets.

@kevcjones-archived
Created November 1, 2020 10:17
Show Gist options
  • Save kevcjones-archived/388fa4d6dbb4ed058dbbe2673a86756a to your computer and use it in GitHub Desktop.
Save kevcjones-archived/388fa4d6dbb4ed058dbbe2673a86756a to your computer and use it in GitHub Desktop.
const stripe = new Stripe(process.env.stripeSecretKey, {
apiVersion: '2020-08-27',
typescript: true,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment