mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-10-09 23:23:05 +02:00
add note about past webhook url
This commit is contained in:
@@ -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
|
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:
|
You should see a message like this:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Reference in New Issue
Block a user