braintree / braintree_node

Braintree Node.js library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
334 stars 104 forks source link

Exposes the exceptions defined in exceptions.js #180

Closed jtcooper10 closed 3 years ago

jtcooper10 commented 3 years ago

Summary

Only the errorTypes dictionary is currently available under the braintree export. This makes the braintree.exceptions namespace available, as defined in the documentation.

Checklist