load payment gateway settings

This commit is contained in:
2023-08-30 16:07:53 +02:00
parent 6a3127a35a
commit f0d433a0eb
9 changed files with 133 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
{
"APIKey": {
"display": "API key",
"id": "APIKey",
"tooltip":"This is the secret key API key you can get from the stripe dashboard. Please make a test purchase (FREE) before you go live!",
"value": "",
"type": "text"
},
"instance": {
"display": "Instance",
"id": "instance",
"tooltip":"Please specify the instance name you used to create the payrexx account. (e.g. libreevent)",
"value": "",
"type": "text"
}
}