Commit Graph

43 Commits

Author SHA1 Message Date
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 Patel
36f0dd7de9 Fixing Future Payment Sample 2015-07-21 11:23:41 -05:00
Jay Patel
9caf75ee82 Fixes #343: Future Payment Caching Issue 2015-07-20 11:28:17 -05:00
Jay Patel
aabcf9c2aa Formatting Fixes
- Fixed Imports
- Fixed Formatting
- Added Missing Documentation
2015-06-30 12:08:56 -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
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
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
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
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
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
Jay Patel
0ed9c26d02 Updated version of SDK Core
- Updated version
- Fixed Testing Bugs
- Updated README
- Updated Release note
2014-09-24 13:41:32 -05:00
Kale
da89241b83 Capture the result of $payment->execute
The important info is not included in the Payment object, but in the object that is returned from $payment->execute
2013-11-03 11:48:14 -08:00
aydiv
80b70cb134 Adding item details to create payment samples 2013-09-19 15:48:38 +05:30
aydiv
e927298a40 Minor text changes in sample code comments 2013-08-26 14:21:28 +05:30
aydiv
9dd6cd07bc Moving apiContext creation to a function 2013-08-26 14:20:25 +05:30
aydiv
05a4aef55e Updating sample comments 2013-08-26 12:21:29 +05:30
aydiv
b1f1887cec Removing debug statements 2013-08-26 10:58:40 +05:30
aydiv
f4d687b52b Updating samples to use fluent setters + doc fixes 2013-08-22 17:24:04 +05:30
aydiv
14b9a13f8a Changing test case and samples to use newer camelcase setters 2013-08-21 21:37:42 +05:30
aydiv
6126997abf Fixing handling of PPConnectionException in sample code 2013-08-20 15:49:40 +05:30
lathavairamani
f1038717a7 updated CreditCardHistory.php, added sample and testcase for Reauthorization 2013-07-31 17:40:36 +05:30
lathavairamani
8e387a3159 updated variable names in sample 2013-05-30 16:44:53 +05:30
Ganesh Hegde
d207a66a4a updating the credential 2013-05-30 16:21:39 +05:30
Ganesh Hegde
321e7de108 passing API context to create authorization 2013-05-30 15:23:13 +05:30
Ganesh Hegde
aa1dee57a6 updated code comments to reflect on groc docs 2013-05-29 18:02:32 +05:30
Ganesh Hegde
2b965b0596 updating sample to show full API flow 2013-05-29 17:23:47 +05:30
Ganesh Hegde
268b39b374 adding auth capture samples 2013-05-28 09:57:10 +05:30
aydiv
b3423b6c11 Updating stubs and samples to use apiContext 2013-04-26 12:00:20 +05:30
aydiv
69cb3c4dcb Initial commit 2013-03-06 18:42:06 +05:30