Changed example payment configs
parent
de4c05cdb0
commit
184b9c5d33
|
@ -1,2 +1,3 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
|
config/settings.json
|
||||||
.vscode
|
.vscode
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"mode": "sandbox",
|
"mode": "sandbox",
|
||||||
"client_id": "AZVozrpEtNAapfUWyQyxbQ5-D5Vpi_84bCA8XIdlfynuODpLQXF5e1M7bnrv5amIFc16toQMTwBRHtE2",
|
"client_id": "this_is_not_real",
|
||||||
"client_secret": "EPB0jNhjc8i8kgQXvs1V3QPeBeg9mvQPcvLaCkTTe3WRRFmB_oTyCekOr_P5xNDrwDjLE6ILUhboVu1l",
|
"client_secret": "this_is_not_real",
|
||||||
"paypalCartDescription": "BKLYN",
|
"paypalCartDescription": "BKLYN",
|
||||||
"paypalCurrency": "USD"
|
"paypalCurrency": "USD"
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"secretKey": "sk_test_htiuCe1hEoqWW3xA1JWUXyKA",
|
"secretKey": "sk_test_this_is_not_real",
|
||||||
"publicKey": "pk_test_ifcLORL8DPuahsRvlGKZCONA",
|
"publicKey": "pk_test_this_is_not_real",
|
||||||
"stripeCurrency": "aud",
|
"stripeCurrency": "aud",
|
||||||
"stripeDescription": "expressCart payment",
|
"stripeDescription": "expressCart payment",
|
||||||
"stripeLogoURL": "http://localhost:1111/images/stripelogo.png"
|
"stripeLogoURL": "http://localhost:1111/images/stripelogo.png"
|
||||||
|
|
Loading…
Reference in New Issue