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

Add module for parsing and validating webhook events from Braintree #113

Merged
merged 2 commits into from
Jul 12, 2021

Conversation

treble37
Copy link
Contributor

@treble37 treble37 commented Jul 3, 2021

  • Ensure compatiblity with pre-OTP-22 version as well as OTP-22+
  • Right now, Braintree.Webhook#parse/2 returns the signature and decoded
    payload (an xml document embedded in a string) from Braintree for later post-processing
  • Future work envision handling the webhook notification payload parsing
    in a more standardized way
  • Related to Webhook support? #98

- Ensure compatiblity with pre-OTP-22 version as well as OTP-22+
- Right now, Braintree.Webhook#parse/2 returns the signature and decoded
  payload (an xml document embedded in a string) from Braintree for later post-processing
- Future work envision handling the webhook notification payload parsing
  in a more standardized way
- Related to sorentwo#98
@sorentwo
Copy link
Owner

Great cleanup work in here. Thanks for updating the crufty old config scripts as well 👍

@sorentwo sorentwo merged commit fee03b9 into sorentwo:master Jul 12, 2021
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

Successfully merging this pull request may close these issues.

2 participants