Commit Graph

106 Commits

Author SHA1 Message Date
Jay Patel
f4378f6920 Added Tax in Invoice Samples
- Improvement to Sample code demonstrating how to add tax to Invoice Item.
2015-02-24 12:17:54 -06:00
Jay Patel
2cb32696d8 Identity API Samples to include all scopes
- Obtain User Consent now show all possible scopes
- Get User Info now has all the fields shown for demonstration purposes
2015-02-18 13:14:33 -06:00
Jay Patel
3007c9dfe1 Updates to Documentation
- Updated Github Pages
- Updates to Sample
- README.md updates
2015-02-17 13:20:26 -06:00
Jay Patel
d613361e69 Updated Credit Cards in Samples to fix 500 Exceptions
- Replaced overused credit cards with new ones
- More could be generated for sandbox testing at https://ppmts.custhelp.com/app/answers/detail/a_id/750
2015-02-12 15:02:24 -06:00
Jay Patel
4d416a4474 Travis to Update gh-pages with more information
- Minor Improvements
2015-02-11 17:07:49 -06:00
japatel
47cd78172c Order API Support
- Added Order API Support
- Updated Sample Code to demonstrate
- Updated Sample Docs
- Fixes #237
2015-02-04 15:54:42 -06:00
japatel
217a54f0a6 Updates to Logging
- Logging Level DEBUG introduced
- Logging Level FINE deprecated to INFO
- Logging Level restricted to INFO in live environments
- Warning on using DEBUG in live environments
- Fixes #215. Not Entirely, but one step ahead
2015-02-04 15:52:34 -06:00
japatel
0e9894b4c4 Fixes to Credit Card Update in Vault APIs
- Updated Samples
- Fixes #233
2015-02-03 13:10:32 -06:00
japatel
b28718027a Small Fixes
- PayoutItemDetails Errors
- Cleaning up CSS
2015-02-02 13:04:22 -06:00
MartyIX
aa27dd6ffa Update CreateBillingAgreementWithPayPal.php
Minor typo
2015-01-27 09:06:58 +01:00
japatel
8708ba7679 Update to Invoice Sample Documentation 2015-01-26 13:41:24 -06:00
japatel
830cb16f0f Added Encryption to Caching
- Access Token is encrypted with Secret Key, and stored in file
- Code to auto-update existing cache files to use encrypted token
- Tests fixes accordingly
2015-01-26 13:38:17 -06:00
japatel
d84ddf85c9 Enabled Payout Cancel API for Unclaimed Payout Item
- PayoutItem supports [Cancel and Unclaimed Payout Item](https://developer.paypal.com/docs/api/#cancel-an-unclaimed-payout-item)
- Updated Unit and Functional Tests Accordingly
- Updated Samples accordingly
2015-01-23 13:50:51 -06:00
japatel
d9a5baf202 Fixes to Agreement Search Transaction TimeStamp Parameter
- Updated TimeUpdate parameter to TimeStamp
- Updated Tests accordingly.
- Updated Samples accordingly
- Fixes #221
2015-01-23 12:30:23 -06:00
japatel
4326394447 Fixes to Agreement Search Transaction
- Added searchTransactions method to include params
- Updated Tests accordingly.
- Updated Samples accordingly
2015-01-20 10:46:22 -06:00
japatel
dd99971e50 Added an ability to provide Curl Options in Configuration
- Removed http.Retry, and http.ConnectionTimeout from configuration
- Added ability to provide Constant and its value in Configuration File
2015-01-10 21:04:24 -06:00
japatel
095ab24b62 Updated Invoice Object to retrieve payments and refunds
- getPaymentDetails is now getPayments
- getRefundDetails is now getRefunds
- Updated Sample to Get Invoice at the end of each operation
- Updated Tests
2015-01-09 16:56:00 -06:00
japatel
ebcfd28aef Cosmetic Changes to Sample UI
- Few more Patch Fixes on UI
2015-01-09 14:42:26 -06:00
japatel
291ce9c160 Updates to Future Payment Sample
- Renamed CorrelationId to ClientMetadataId
- Updated Source and Docs
2015-01-09 14:16:30 -06:00
japatel
e665662688 Cosmetic Changes to Sample UI
- Preetified it a bit
- Changed PayPal Logo to PayPal Developer
- Some CSS and JS changes
- Enabled Anchor Links for each sample
2015-01-09 14:03:20 -06:00
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