Thanks for considering contributing to this project. Ways you can help:
- Create a pull request
- Add an issue
- Contact us with feedback
Clone this repo and open it with Android Studio.
Read our development guidelines to get a sense of how we think about working on this codebase.
The architecture of the Client API means that you'll need to develop against a merchant server when developing braintree-android.
The merchant server uses a server side client library such as braintree_ruby
to
coordinate with a particular Braintree Gateway environment. The various Gateway environments, such as development
, sandbox
and production
,
in turn determine the specific behaviors around merchant accounts, credit cards, PayPal, etc.
It is not currently possible to run the tests outside of Braintree development, we are working on this for a future release.