-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md with Stripe Webhook/CLI details #166
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -20,7 +20,9 @@ This app has a paywall for a payed feature. To enable the payed feature, users n | |||
2. Create a [payment link](https://dashboard.stripe.com/test/payment-links) | |||
3. Update the link in the [PaywallNotice component](./components/PaywallNotice.tsx) | |||
4. Add your [API keys](https://dashboard.stripe.com/apikeys) to the [.env file](.env) | |||
5. For development, in your terminal: | |||
5. [Create a webhook endpoint](https://dashboard.stripe.com/test/webhooks/create?endpoint_location=local) in Stripe (_test in a local environment_) and download the Stripe CLI tool: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's been a long time since this PR has been looked at - does it need to be merged or should we close it without merging @kirillsud ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just checked the manual one more time. I think it is valid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but it has a conflict with main branch
No description provided.