Skip to content

Commit 2394fcd

Browse files
committed
Added line about Stripe Shell to the Stripe docs
1 parent 6edaffe commit 2394fcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/integrations/apis/stripe.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ const stripe = new Stripe({
3939

4040
The Stripe integration exposes a number of triggers that can be used on a job, powered by Stripe webhooks.
4141

42+
We recommend testing Stripe payloads using [Stripe Shell](https://stripe.com/docs/stripe-cli?shell=true), Stripe's browser-based shell with the Stripe CLI pre-installed.
43+
4244
```ts
4345
client.defineJob({
4446
id: "stripe-price",

0 commit comments

Comments
 (0)