jaypatel512 and sdcoffey
cbff55238d
Update samples for 3rd Party Payments
2016-10-27 14:06:31 -07:00
mrak and sdcoffey
7c5ea8b997
Proper changes to samples for Credit Card
2016-10-25 17:40:37 -05:00
Jay Patel
ae31151ba3
Use PaymentCard instead of CreditCard
...
- Fixed deprecation messages.
- Fixes #639 .
- Fixes #648 .
- Updated Samples.
2016-10-17 17:15:04 -05:00
Jay Patel
ac1231126e
Fixed broken links at CreatePayment.php
...
- Fixes #634 .
2016-09-08 12:53:13 -05:00
Bhavani Bheemanadham
d62e8db407
Preparing for 1.7.4
...
- Updated Changelog
- Updated PayPalConstants.php with latest version
- Added new line at the end of file
2016-07-15 15:42:18 -05:00
Travis
a27d222885
Updates to Sample Docs
2016-07-15 20:00:15 +00:00
Bhavani Bheemanadham
63fa5b73a8
Releasinator changes
...
- Updated Releasinator version to 0.6
- Renamed Changelog.md file to CHANGELOG.md
- Added new line at the end of file
2016-07-15 14:52:00 -05:00
Travis
4182e335de
Updates to Sample Docs
2016-07-14 19:10:54 +00:00
Travis
ece09926fd
Updates to Sample Docs
2016-06-06 18:43:20 +00:00
Jay Patel
6742bac8a4
Updated Samples Documentation
2015-10-07 15:22:39 -05:00
Jay Patel
32db0af731
Updates to Samples
...
- Added Sample to update payment amount just before execute
- Minor Docs Updates
2015-08-12 16:38:44 -05:00
Jay
63fbe50138
Merge pull request #359 from paypal/FuturePayment
...
Future payment
2015-07-21 12:06:46 -05:00
Jay Patel
36f0dd7de9
Fixing Future Payment Sample
2015-07-21 11:23:41 -05:00
Jay Patel
2929f63859
Adding Execute Step to Authorize Payment Sample
...
- Additional Formatting Updates
2015-07-20 11:33:47 -05:00
Jay Patel
46d77f15a6
Enabled Vault Credit Card List API
...
- Added Credit Card List API Operation
- Updated Credit Card to include new properties
- Updated Tests
- Updated Samples
- Fixed Billing Agreement Sample (Expired Set Date).
2015-06-25 12:03:18 -05:00
Jay Patel
6c1629d356
Updated Sample Documentation
2015-06-08 13:19:23 -05:00
Jay Patel
28e5f242c8
Updates to Payment API Samples
...
- Added Item Number in Items
- Resolves #299
2015-05-03 21:01:40 -05:00
Jay Patel
ab334918b0
Sample ResultPrinter Not to be Used
...
- Comment everywhere the ResultPrinter is used to not use outside sample
2015-04-23 23:34:24 -05:00
Jay Patel
a471ea1338
Small Sample Fix
...
- Updated Get Authorization to User Proper Authorization
2015-02-27 14:58:35 -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
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
291ce9c160
Updates to Future Payment Sample
...
- Renamed CorrelationId to ClientMetadataId
- Updated Source and Docs
2015-01-09 14:16:30 -06:00
japatel
6f13399e47
Enabled Payout API Support
...
- Includes Unit and Functional Tests
- Includes Samples
2015-01-02 16:41:36 -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
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
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
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
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
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
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