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.
1 parent bd8700f commit 02ba56cCopy full SHA for 02ba56c
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