index
:
Advanced-React.git
master
Starter Files and Solutions for Full Stack Advanced React and GraphQL
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
finished-application
/
backend
/
src
/
stripe.js
blob: c6be8ca3e7eba3319866f29ef987ff23d5250083 (
plain
)
1
module
.
exports
=
require
(
'stripe'
)(
process
.
env
.
STRIPE_SECRET
);