braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
242 stars 115 forks source link

Add ID to Transaction in SubscriptionChargedSuccessfully sample notification webhook #98

Closed bjackson closed 6 years ago

bjackson commented 6 years ago

Summary

I added a random ID to the Transaction in the webhook. I think many usages of this library might capture the ID on a Transaction, and this would help support unit testing.

Checklist