File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ We need to configure the webhook pictured in the architecture diagram above. Thi
57
57
58
58
1 . Click the "Add Endpoint" button on the [ test Endpoints page] ( https://dashboard.stripe.com/test/webhooks ) .
59
59
1 . Set the endpoint URL to ` https://your-deployment-url.vercel.app/api/webhooks ` .
60
- 1 . Click the ` Select events ` under the ` Select events to listen to ` heading.
61
- 1 . Click the ` receive all events` link in the ` Events to send` section.
62
- 1 . Copy the ` Signing secret ` as we'll need that in the next step.
60
+ 1 . Click ` Select events ` under the ` Select events to listen to ` heading.
61
+ 1 . Click ` Select all events` in the ` Select events to send` section.
62
+ 1 . Copy ` Signing secret ` as we'll need that in the next step.
63
63
64
64
### Set environment variables
65
65
You can’t perform that action at this time.
0 commit comments