Enabled Billing Plans and Agreements APIs

- Added API Classes, Samples, and Tests
- Updated Functional Tests
- Updated Documentation with new SDK Name
- Updated Few Samples to use newer nicer result page
This commit is contained in:
japatel
2014-10-31 10:16:13 -05:00
parent f55fd3d984
commit 4d481ad104
192 changed files with 13310 additions and 1045 deletions

View File

@@ -3,12 +3,12 @@ Rest API Samples
This sample project is a simple web app that you can explore to understand what the payment APIs can do for you.
To try out the sample, run `composer update --no-dev` from the rest-api-sdk-php folder and you are all set.
To try out the sample, run `composer update --no-dev` from the PayPal-PHP-SDK folder and you are all set.
The sample comes pre-configured with a test account but in case you need to try them against your account, you must
* Obtain your client id and client secret from the developer portal
* Update the sdk_config.ini file with your new client id and secret.
* Update the bootstrap.php file with your new client id and secret.
If you are looking for a full fledged application that uses the new RESTful APIs, check out the Pizza store sample app at https://github.com/paypal/rest-api-sample-app-php