begin stripe plugin

This commit is contained in:
2023-07-25 15:23:49 +02:00
parent ff277a41ae
commit 782a245c17
10 changed files with 122 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
{
"init": true,
"twoFA": "enhanced",
"db": "mysql"
"db": "mysql",
"payments": "stripe",
"yourDomain": "http://localhost:8081"
}