We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c27db1 + 02ba56c commit 65fa7f4Copy full SHA for 65fa7f4
consul_config.py.ctmpl
@@ -41,7 +41,7 @@ PAYPAL_BUSINESS = '''{{template "KEY" "payments/paypal/business_email"}}'''
41
STRIPE_KEYS = {
42
"SECRET": '''{{template "KEY" "payments/stripe/prod/secret"}}''',
43
"PUBLISHABLE": '''{{template "KEY" "payments/stripe/prod/publishable"}}''',
44
- "WEBHOOK_SECRET": '''''',
+ "WEBHOOK_SECRET": '''{{template "KEY" "payments/stripe/prod/webhook_secret"}}''',
45
}
46
STRIPE_TEST_KEYS = {
47
"SECRET": '''{{template "KEY" "payments/stripe/test/secret"}}''',
0 commit comments