mirror of https://github.com/zulip/zulip.git
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:
parent
ed885ec806
commit
cbe2677a2a
|
@ -2,6 +2,17 @@
|
|||
|
||||
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}
|
||||
|
||||
1. {!create-channel.md!}
|
||||
|
@ -22,14 +33,6 @@ Get Zulip notifications for Stripe events!
|
|||
template to `https://dashboard.stripe.com/customers/{id}`. This step
|
||||
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}
|
||||
|
||||
{!congrats.md!}
|
||||
|
|
Loading…
Reference in New Issue