Changed example payment configs

react_convert
Mark Moffat 2018-01-07 13:41:09 +01:00
parent de4c05cdb0
commit 184b9c5d33
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules/
config/settings.json
.vscode

View File

@ -1,7 +1,7 @@
{
"mode": "sandbox",
"client_id": "AZVozrpEtNAapfUWyQyxbQ5-D5Vpi_84bCA8XIdlfynuODpLQXF5e1M7bnrv5amIFc16toQMTwBRHtE2",
"client_secret": "EPB0jNhjc8i8kgQXvs1V3QPeBeg9mvQPcvLaCkTTe3WRRFmB_oTyCekOr_P5xNDrwDjLE6ILUhboVu1l",
"client_id": "this_is_not_real",
"client_secret": "this_is_not_real",
"paypalCartDescription": "BKLYN",
"paypalCurrency": "USD"
}

View File

@ -1,6 +1,6 @@
{
"secretKey": "sk_test_htiuCe1hEoqWW3xA1JWUXyKA",
"publicKey": "pk_test_ifcLORL8DPuahsRvlGKZCONA",
"secretKey": "sk_test_this_is_not_real",
"publicKey": "pk_test_this_is_not_real",
"stripeCurrency": "aud",
"stripeDescription": "expressCart payment",
"stripeLogoURL": "http://localhost:1111/images/stripelogo.png"