From 6d5e701ef07f6c16810db87fa957fd772d33ee8b Mon Sep 17 00:00:00 2001 From: D-K-P <8297864+D-K-P@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:10:05 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20copy=20to=20be=20clearer=20that=20it?= =?UTF-8?q?=E2=80=99s=20in=20your=20existing=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/examples/stripe-webhook.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/stripe-webhook.mdx b/docs/examples/stripe-webhook.mdx index 437ee52a5..d28b7606a 100644 --- a/docs/examples/stripe-webhook.mdx +++ b/docs/examples/stripe-webhook.mdx @@ -6,11 +6,11 @@ description: "This example demonstrates how to handle Stripe webhook events usin ## Overview -This example shows how to set up a webhook handler for incoming Stripe events. The handler triggers a task when a `checkout.session.completed` event is received. This is easily customisable to handle other Stripe events. +This example shows how to set up a webhook handler in your existing app for incoming Stripe events. The handler triggers a task when a `checkout.session.completed` event is received. This is easily customisable to handle other Stripe events. ## Key features -- Shows how to create a Stripe webhook handler +- Shows how to create a Stripe webhook handler in your app - Triggers a task from your backend when a `checkout.session.completed` event is received ## Environment variables