Add info in the comments

This commit is contained in:
Michael
2021-06-26 19:03:00 +02:00
parent e59a3cbf92
commit 071c8b940a

View File

@@ -1,6 +1,9 @@
/* /*
SupaNexTail use only 2 webhooks. Stripe have a lot more, SupaNexTail use only 2 webhooks. Stripe have a lot more,
you can check it here https://stripe.com/docs/webhooks you can check it here https://stripe.com/docs/webhooks
BE SURE TO SETUP YOUR WEBHOOKS IN YOUR DASHBOARD!
If you want to test it locally, you'll need the stripe CLI and use this command line:
stripe listen --forward-to localhost:3000/api/stripe/stripe-webhook
*/ */
import Cors from "cors"; import Cors from "cors";