Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Removing Dependency from SDK Core Project
Browse files Browse the repository at this point in the history
- Copied files required for Rest API SDK
- Removed PPApiContext and directly connected APIContext with PPConfigManager
- Removed duplicate data storage of configuration and credentials.
- Code Style Fixes
- Remove build.xml file as it is not required anymore
- Updated the samples
- Updated the documentations
  • Loading branch information
japatel committed Oct 6, 2014
1 parent bb7654b commit 49b80f7
Show file tree
Hide file tree
Showing 150 changed files with 11,294 additions and 6,844 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ There are two kinds of tests that we include in our sdk package. Unit tests, and

* [API Reference](https://developer.paypal.com/webapps/developer/docs/api/)
* [Reporting issues / feature requests] (https://github.com/paypal/rest-api-sdk-php/issues)

* [Pizza App Using Paypal REST API] (https://github.com/paypal/rest-api-sample-app-php)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/paypal/rest-api-sample-app-php/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
67 changes: 0 additions & 67 deletions build.xml

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"paypal/sdk-core-php": "2.5.*"
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand Down
Loading

0 comments on commit 49b80f7

Please sign in to comment.