Implemented payments with stripe.

This commit is contained in:
2020-07-21 12:56:16 +02:00
parent 5757d4ba90
commit f57b3295bb
6 changed files with 209 additions and 1 deletions

7
server/config.example.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
stripe: {
publicKey: '',
secretKey: ''
}
}