Skip to content
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

Verify that no webhooks accept data from the event directly #625

Closed
joshsmith opened this issue Jan 12, 2017 · 1 comment
Closed

Verify that no webhooks accept data from the event directly #625

joshsmith opened this issue Jan 12, 2017 · 1 comment

Comments

@joshsmith
Copy link
Contributor

Problem

Per #612 we should ensure that webhooks work idempotently by simply fetching the latest data from Stripe's API.

We'll need to step through each endpoint to verify this is the case.

@begedin
Copy link
Contributor

begedin commented Jan 12, 2017

Went through all of our current webhooks handlers and none of them use the data stored in the event at the moment, so this should be safe to close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants