Created
November 1, 2020 10:17
-
-
Save kevcjones-archived/388fa4d6dbb4ed058dbbe2673a86756a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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