This repository contains code samples for AdaptiveAccounts, AdaptivePayments, Permissions, Invoicing and Merchant classic APIs.
To know more about APIs, refer to https://developer.paypal.com/.
- Java jdk-1.5 or higher
- Apache Maven 3 or higher
- Please refer http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html for any help in Maven.
- See the PayPal SDK Index to learn more about PayPal SDKs.
- Unit test cases for samples are under
src/main/test, run the test cases usingmvn test.