From 1ac67d78b40260f4bae7db06eb633d7b7c199060 Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:09:59 +0200 Subject: [PATCH] add note about past webhook url --- .../blog/src/content/docs/guides/payments-integration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opensaas-sh/blog/src/content/docs/guides/payments-integration.md b/opensaas-sh/blog/src/content/docs/guides/payments-integration.md index 621fffd..c1fb963 100644 --- a/opensaas-sh/blog/src/content/docs/guides/payments-integration.md +++ b/opensaas-sh/blog/src/content/docs/guides/payments-integration.md @@ -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