diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-02-13 13:19:23 -0500 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-02-13 13:19:23 -0500 |
| commit | fa3ec3299b3fa33e5a699683beb96cfa4e6dd51d (patch) | |
| tree | 601b4ff9650cd17a6d4181fc5982b401411d2a6a /backend/src/stripe.js | |
| parent | e0d0baa75ec0bf617f91b6cd779305d4009cae12 (diff) | |
getting there
Diffstat (limited to 'backend/src/stripe.js')
| -rw-r--r-- | backend/src/stripe.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/stripe.js b/backend/src/stripe.js new file mode 100644 index 0000000..c6be8ca --- /dev/null +++ b/backend/src/stripe.js @@ -0,0 +1 @@ +module.exports = require('stripe')(process.env.STRIPE_SECRET); |
