Skip to content

Commit ef885be

Browse files
authored
Update README.md (vercel#153)
1 parent d732ebf commit ef885be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,12 @@ To securely interact with Stripe, we need to add a few environment variables in
7373

7474
You can find the first two keys on the [API keys tab](https://dashboard.stripe.com/test/apikeys) in Stripe. The `STRIPE_WEBHOOK_SECRET_LIVE` is the `Signing secret` copied in the previous webhook configuration step.
7575

76-
### Redeploy and Test
76+
### Redeploy
7777

7878
We need to redeploy the application so that the latest environment variables are present.
7979

8080
Redeploy your application by going to the deployments tab, finding your deployment, and clicking "redeploy."
8181

82-
Finally, click the `Send test webhook` button and send a `product.created` event. If everything works, you should see a test product in your Supabase database.
83-
84-
After verifying that the configuration is working, delete the test products created via the webhook in Supabase.
85-
8682
### Create product and pricing information
8783

8884
For Stripe to automatically bill your users for recurring payments, you need to create your product and pricing information in the [Stripe Dashboard](https://dashboard.stripe.com/test/products). When you create or update your product and price information, the changes automatically sync with your Supabase database.

0 commit comments

Comments
 (0)