add note about past webhook url

This commit is contained in:
vincanger 2024-09-11 12:09:59 +02:00
parent 702c133aaa
commit 1ac67d78b4

View File

@ -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