expressCart/config/stripe.json

7 lines
253 B
JSON
Raw Normal View History

2018-01-07 04:55:48 +10:00
{
"secretKey": "sk_test_htiuCe1hEoqWW3xA1JWUXyKA",
"publicKey": "pk_test_ifcLORL8DPuahsRvlGKZCONA",
"stripeCurrency": "aud",
"stripeDescription": "expressCart payment",
"stripeLogoURL": "http://localhost:1111/images/stripelogo.png"
}