-
Notifications
You must be signed in to change notification settings - Fork 353
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
Backport webhooks support #244
Conversation
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.
Same as with #239, just a minor change needed and I can merge this ASAP.
{:error, reason} -> | ||
# Reject webhook by responding with non-2XX | ||
end | ||
""" |
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.
Unlike my comment in #239, the master branch does not have a %Stripe.Event{}
, so the only thing to do here is to update the comments.
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.
My bad, comments fixed.
1 similar comment
Thanks, guys! Awesome job! |
Backport support for validating webhook signatures to 1.x (see #239).