expressCart/config/stripe.json

8 lines
268 B
JSON
Raw Normal View History

2018-01-07 04:55:48 +10:00
{
2018-01-07 22:41:09 +10:00
"secretKey": "sk_test_this_is_not_real",
"publicKey": "pk_test_this_is_not_real",
2018-01-11 06:20:52 +10:00
"stripeCurrency": "usd",
2018-01-07 04:55:48 +10:00
"stripeDescription": "expressCart payment",
"stripeLogoURL": "http://localhost:1111/images/stripelogo.png",
"stripeWebhookSecret": ""
2018-01-07 04:55:48 +10:00
}