remove stripe payment

This commit is contained in:
Cihan Bebek
2018-10-29 22:31:04 +00:00
parent 9730b88e62
commit 525ecd0050
4 changed files with 636 additions and 682 deletions

View File

@@ -1,8 +1,5 @@
{
"development": {
"stripe": {
"secretKey": ""
},
"slack": {
"token": "",
"privateChannel": "",
@@ -24,9 +21,6 @@
}
},
"production": {
"stripe": {
"secretKey": ""
},
"slack": {
"token": "",
"privateChannel": "",
@@ -42,6 +36,5 @@
"tokenSecret": ""
}
},
"all": {
}
"all": {}
}