expressCart/config/stripe.json

7 lines
237 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-07 04:55:48 +10:00
"stripeCurrency": "aud",
"stripeDescription": "expressCart payment",
"stripeLogoURL": "http://localhost:1111/images/stripelogo.png"
}