Skip to content

Commit a13d118

Browse files
committed
Merge branch 'main' into HEAD
2 parents a6dac41 + 6d5e701 commit a13d118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/stripe-webhook.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ description: "This example demonstrates how to handle Stripe webhook events usin
66

77
## Overview
88

9-
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.
9+
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.
1010

1111
## Key features
1212

13-
- Shows how to create a Stripe webhook handler
13+
- Shows how to create a Stripe webhook handler in your app
1414
- Triggers a task from your backend when a `checkout.session.completed` event is received
1515

1616
## Environment variables

0 commit comments

Comments
 (0)