mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-05-28 13:09:56 +02:00
add note about past webhook url
This commit is contained in:
parent
702c133aaa
commit
1ac67d78b4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user