mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add payrexx as payment provider
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"stripe": {
|
||||
"APIKey": ""
|
||||
"APIKey": "",
|
||||
"endpointSecret": ""
|
||||
},
|
||||
"payrexx": {
|
||||
"APISecret": "",
|
||||
"instance": "",
|
||||
"pm": []
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"setupKey": "hello world",
|
||||
"twoFAMode": "enhanced",
|
||||
"db": "mysql",
|
||||
"payments": "stripe",
|
||||
"payments": "payrexx",
|
||||
"name": "libreevent",
|
||||
"yourDomain": "http://localhost:8080",
|
||||
"mailSender": "libreevent <info@libreevent.janishutz.com>",
|
||||
|
||||
Reference in New Issue
Block a user