Commit Graph

86 Commits

Author SHA1 Message Date
Jay
ed2a4fd41e Merge pull request #203 from paypal/Payouts
Enabled Payout API Support
2015-01-08 14:22:09 -06:00
japatel
8f312a108a Merge branch 'customcachepath' of git://github.com/angelcoding/PayPal-PHP-SDK into angelcoding-customcachepath 2015-01-05 13:32:23 -06:00
Steve Angel
f29c627466 Added Custom Cache Directory Option 2015-01-05 16:54:43 +00:00
japatel
6f13399e47 Enabled Payout API Support
- Includes Unit and Functional Tests
- Includes Samples
2015-01-02 16:41:36 -06:00
japatel
9e7cb951a6 Authorization Cache to use both boolean and string in configuration
- both true and 'true' will enable authorization cache
2014-12-22 14:13:08 -06:00
japatel
d69ecbc170 Authorization Cache to use both boolean and string in configuration
- both true and 'true' will enable authorization cache
2014-12-22 14:09:48 -06:00
japatel
f090642fae Helper Function to Retrieve Specific Link from Model Object
- Helper Methods in Payment and Agreement to get ApprovalLink
- Fixes #195
2014-12-18 15:41:11 -06:00
japatel
9c0827643b Renaming Namespaces and Organizing Classes
- Updated OpenId classes to be in API namespace
- Updated PP Naming Convention to PayPal Naming Convention
- FormatConverter Class got its own namespace
- Handlers are grouped in Handler namespace
- Samples and Tests Updated Accordingly
2014-12-18 14:16:41 -06:00
japatel
4cb951f8b2 Defaulting Mode to Sandbox
- Eliminate the need to define config for mode
2014-12-18 14:04:19 -06:00
japatel
20038e7525 Configurable Headers for All Requests to PayPal
- Allows adding additional headers to every call to PayPal APIs.
- Refactored OAuthTokenCredential to share code for making Rest Calls
- SDK Config to add headers with http.headers.* syntax
- Fixes #193
2014-12-17 15:37:34 -06:00
japatel
515b747223 Added Update Method in Payment
- Payment allows update calls with patch requests
- Samples to demonstrate its abilities
2014-12-17 12:47:22 -06:00
japatel
989357fb02 Updated ExecuteAgreement to Get Agreement Object at the end 2014-12-15 15:42:58 -06:00
japatel
d24a4afdb6 Final Webhook Management API Changes
- Updated Samples
- Additional Functional Tests
- Enabled Travis to do functional tests (with allowed failures) on each build
2014-12-15 13:54:11 -06:00
japatel
fb9584ba66 More Webhook API Changes
- Updated API Models with Fixes
- Updated Samples
- Additional Functional Tests
2014-12-12 17:00:33 -06:00
japatel
d6575b49ae Functional Tests Improvements and Refactoring
- Updated Functional Tests to refactor common code in one file
- Re-sets the credentials to make sure previous tests doesnt change it for testing
2014-12-12 16:32:16 -06:00
Jay
4c52592709 Updated Sample index.php to proper format on htmlpreview 2014-12-09 23:02:21 -06:00
japatel
660070e3df Updated Create Plan sample with more explanations 2014-12-04 13:01:24 -06:00
japatel
ddd1a2ddf6 Enabled Caching of Access Tokens
- Updated AuthTokenCredential to store access token in file storage
- Updated samples to include the configuration to disable/enable caching
2014-12-02 14:53:14 -06:00
japatel
6cf15ab4bf More Vault API Samples
- Updated Samples for Vault APIs
- Updated Payment Execute to be more verbose
- Delete Plan Sample Update
- Fixes #168
2014-12-01 17:51:08 -06:00
japatel
ff5588bbfe Updated Billing Plan to have Delete Plan sample code.
- Added helper method in Plan.php to allow deleting a billing plan
- Fixes #171
2014-12-01 13:20:36 -06:00
japatel
493c6f8531 Fixed a bug in README.md file
- Fixed #166
2014-11-22 22:17:00 -06:00
japatel
24e0609e5b Fixing Invoice Phone Attribute
- Also updated the Update Invoice Sample
2014-11-20 17:07:12 -06:00
japatel
b5809666b4 Updated Sample Home Page 2014-11-19 23:17:45 -06:00
japatel
f20fc4a85d Samples now uses built-in web server 2014-11-19 21:48:33 -06:00
japatel
026802443d Unit Tests and Functional Tests for Invoicing
- Updated Unit Tests for PPModels used by Invoicing
- Updated Functional Tests
- Updated Samples for quick changes.
2014-11-19 15:21:18 -06:00
japatel
ef4797a94c Getting it ready for release
- Updated User Agent Version
- Updated Release Notes
2014-11-19 12:34:10 -06:00
japatel
eb6eb47336 Samples for All Invoice Operations including QR Code
- Invoice search method is static now
- Shipping Info has proper Phone Params
- Small Changes to Image Class
- Updated Sample Docs
2014-11-19 12:15:35 -06:00
japatel
383d12622b More Invoice API Updates 2014-11-18 16:50:57 -06:00
japatel
f0ccc950ad Updated Samples 2014-11-18 11:46:13 -06:00
japatel
3fc0d34df3 Update Invoicing Samples 2014-11-17 21:20:29 -06:00
japatel
affd4dbd8f More Sample UI Changes
- Making it pretty
- Have a footer now, with links to useful data
2014-11-17 20:56:42 -06:00
japatel
f6947f3b06 Updated README.md to show better details with samples. 2014-11-17 13:48:21 -06:00
japatel
3c564dee77 Fixed the sample again 2014-11-11 16:30:21 -06:00
japatel
9d14e2c974 Updated HttpConfig to use TLSv1 as Cipher List
- Updated PPHttpConfig.php with Cipher List
- Updated Lipp Samples to use proper namespaces. Fixes #156
- Few UI Fixes
2014-11-11 16:13:18 -06:00
japatel
d5f9b1d43c Fixed Bug in PPModel when empty json string is returned 2014-11-06 00:10:09 -06:00
japatel
f997f3277e Updated User Agent & More Samples for Billing Plans
- Fixed versioning in User Agent.
- Updated Billing Plan sample to update Payment definitions
- Docs & Tests
2014-11-05 13:30:28 -06:00
japatel
d11533110b Sanitize Input for Price Variables
- Updated the model to automatically format the price
- Updated the samples to reflect the new changes
- More Unit Tests
2014-11-03 16:31:03 -06:00
japatel
3c02790138 Updates to Sample Code
- Updated UI Presentation on samples
- Fixed Bugs
2014-11-02 18:22:35 -06:00
japatel
4d481ad104 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
2014-10-31 13:53:42 -05:00
japatel
6fb6508f9c Backward Compatible Changes 2014-10-20 15:54:09 -05:00
japatel
84660cbb2a Updates to LIPP & Future Payments
- Updated LIPP Sample code
- Updated Future Payments to have helper functions for retrieving access token
- Updated Logging Syntax to include timestamp and response json
2014-10-20 12:04:41 -05:00
japatel
89855f4624 Fixing Breaking Changes in ItemList 2014-10-14 16:54:43 -05:00
japatel
dc2ac0fd63 Updated Identity Support from SDK Core
- Moved PPModels required for Identity Support
2014-10-14 14:15:41 -05:00
japatel
0cb302326a Enabled Payment Experience
- Updated Api to enabled Payment Experience
- Updated Tests and Samples
- Added Json Validator
- Ability for PPModel to return array of self objects
2014-10-13 12:00:31 -05:00
japatel
61a52e4623 Enabled EC Parameters support
- Updated Api to enabled EC Parameters
- Updated Tests
- Updated Logging Manager
- Added a feature to do validation on accessors.
2014-10-10 10:50:49 -05:00
japatel
cea8981143 Enabling Future Payments
- Added feature to create future payments
- Updated Authentication model to retrieve long lived refresh token
- Updated Documentation
- Updated Sample
2014-10-06 11:17:39 -05:00
japatel
49b80f76af Removing Dependency from SDK Core Project
- 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
2014-10-06 11:16:47 -05:00
japatel
5f47b3fb11 Updated version of SDK Core
- Fixed Tests
- Fixed Samples
2014-09-26 12:01:40 -05:00
Jay Patel
72ddeccc0a Updated version of SDK Core
- Updated sample to not use its own composer.json
2014-09-24 15:03:08 -05:00
Jay Patel
82729a38c1 Merge branch 'master' into update-version 2014-09-24 14:59:33 -05:00