forked from ssahoo81/samplejava
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVarUpload.json
More file actions
36 lines (35 loc) · 1.5 KB
/
Copy pathVarUpload.json
File metadata and controls
36 lines (35 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"serviceId": "pay55555",
"featureToggles": {
"paymentRefund": "enabled",
"myPreferredPaymentMethods": "enabled",
"invoicePrinting": "disabled",
"payOnDelivery": "disabled",
"payByVoucher": "enabled"
},
"settings": {
"paypal": "disabled",
"applePay": "disabled",
"ogone": "enabled",
"merchantId": "replaceThis",
"paymentMethods": "1,3,5,6",
"allowed.billing.countries": "74,76,88,136,139,176,197",
"creditcards.cacf.type.ids": "43,44,45,46",
"creditcards.oney.type.ids": "33,34,35,36",
"included.availabilityids": "99,199",
"included.availabilityids.cacf": "1,20,99,120,199",
"included.warrantiestypeids.cacf": "19002,19005,19006,19009,19010,19011,19014,19016",
"dbPort": "@@paymentService/database/dbPort@@",
"dbConnectionString": "@@paymentService/database/dbUserName@@:@@paymentService/database/dbPassword@@-@@paymentService/database/dbServer@@ @@paymentService/database/dbName@@",
"dbConnectionStringBackup": "@@paymentService/database/dbUserName@@:@@paymentService/database/dbPassword@@-@@paymentService/database/backup/dbServer@@ @@paymentService/database/dbName@@"
},
"dataTypes":{
"booleanKey":false,
"keyJsonObj":{"key":"value"},
"keyInt":12,
"keyDouble":89.78,
"keyNullVal":null,
"keyEcapeChars":"value/\n this is newline, backspace \b, tab \t",
"-9A-Za-z_-.whitespace :%$#": "allowed chars for cdi"
}
}