braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 99 forks source link

Avoid multiple node traversal in webhooks parsing #90

Closed benbenw closed 3 years ago

benbenw commented 3 years ago

Summary

Avoid multiple node traversal in webhooks parsing Parsing is now similar to other classes (eg Transaction)

Checklist