You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^ Copy the webhook signing secret and set the .env, STRIPE_LOCAL= key to the secret key.
stripe trigger checkout.session.completed
^ Trigger a test event
Is your feature request related to a problem? Please describe.
It would be best to add a route testing for Stripe web hooks, would make development process easier for webhook testing.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Create a yarn stripe-test script, similar to yarn firebase-test.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Use local stripe testing.
Command line commands:
^ Starts development test server
^ Copy the webhook signing secret and set the
.env
,STRIPE_LOCAL=
key to the secret key.^ Trigger a test event
Is your feature request related to a problem? Please describe.
It would be best to add a route testing for Stripe web hooks, would make development process easier for webhook testing.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Create a yarn stripe-test script, similar to yarn firebase-test.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)The text was updated successfully, but these errors were encountered: