/bookseller-stripe

Testing how to take payments with stripe

Primary LanguageHTML

bookseller-stripe

Testing how to take payments with stripe

How to use it

module.exports = {
    stripePublishableKey: process.env.SET_YOUR_OWN_ENV_KEY,
    stripeSecretKey: process.env.SET_YOUR_OWN_ENV_KEY
}

How to run it npm start