mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
integration-docs: Include suggestion for HTTPS hint in Stripe.
With some wording tweaks by tabbott to make it more obviously only shown in certain environments.
This commit is contained in:
@@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
Get Zulip notifications for Stripe events!
|
Get Zulip notifications for Stripe events!
|
||||||
|
|
||||||
|
{% if 'http:' in external_url_scheme %}
|
||||||
|
|
||||||
|
!!! tip ""
|
||||||
|
|
||||||
|
Stripe will only send webhook payloads over HTTPS, but your Zulip
|
||||||
|
server is configured to only accept HTTP. To use the Stripe
|
||||||
|
webhook with this Zulip server, you will need to use a tunneling
|
||||||
|
service like ngrok or Ultrahook.
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
1. {!create-channel.md!}
|
1. {!create-channel.md!}
|
||||||
@@ -22,14 +33,6 @@ Get Zulip notifications for Stripe events!
|
|||||||
template to `https://dashboard.stripe.com/customers/{id}`. This step
|
template to `https://dashboard.stripe.com/customers/{id}`. This step
|
||||||
creates links to Stripe customers in Zulip messages and topics.
|
creates links to Stripe customers in Zulip messages and topics.
|
||||||
|
|
||||||
{% if 'http:' in external_url_scheme %}
|
|
||||||
|
|
||||||
!!! tip ""
|
|
||||||
|
|
||||||
Note that Stripe will only accept HTTPS webhooks!
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
{!congrats.md!}
|
{!congrats.md!}
|
||||||
|
|||||||
Reference in New Issue
Block a user