Closed
Description
Stripe integration requires two keys: secret key and publishable key. Both the keys should be used from config; right now one is in config, other is in .jade
file.
This prevents stripe keys to be passed via env variables.
stripe: {
apiKey: process.env.STRIPE_KEY || 'sk_test_BQokikJOvBiI2HlWgH4olfQ2'
}
Metadata
Metadata
Assignees
Labels
No labels