Skip to content

Commit

Permalink
add note about past webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Sep 11, 2024
1 parent 702c133 commit 1ac67d7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ See this [GitHuh issue](https://github.com/stripe/stripe-cli/issues/933) for mor
stripe listen --forward-to localhost:3001/payments-webhook
```

:::note[Webhook URL]
In older versions of this template, the webhook URL was `http://localhost:3001/stripe-webhook`.
If you're using an older version, make sure to use the url that matches the webhook url in your `main.wasp` file payemnts API definition.
:::

You should see a message like this:

```sh
Expand Down

0 comments on commit 1ac67d7

Please sign in to comment.