PayPal settings

main
Paul Schneider 9 years ago
parent 4e76c2a76a
commit 3ea7f3e933
1 changed files with 16 additions and 11 deletions

@ -47,6 +47,11 @@
"ExpiresInHours": 168 "ExpiresInHours": 168
}, },
"Authentication": { "Authentication": {
"PayPal": {
"Mode": "[sandbox|production]",
"ClientId": "[Your PayPal REST API ClientId]",
"Secret": "[Your PayPal REST API Secret]"
},
"Google": { "Google": {
"ApiKey": "[Your ApiKey]", "ApiKey": "[Your ApiKey]",
"ClientId": "[Your ClientId]", "ClientId": "[Your ClientId]",

Loading…