Commit Graph

158 Commits

Author SHA1 Message Date
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
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
Gerd Katzenbeisser
c36a307b89 Merge commit '9d5d0beb57227cc31f1072ad37ddea57f6ea71b7'
Conflicts:
	sample/payments/ExecutePayment.php
2014-09-12 15:02:22 +02:00
Avi Das
9aff596bb5 Remove references to sdk-packages repo 2014-08-12 10:15:43 -05:00
Avi Das
3868fcb809 update composer 2014-04-29 10:48:03 -05:00
siddick
bb21c1e445 Added invoice samples 2014-04-23 17:43:04 +05:30
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
hakito
b1462b0625 Minor fix of previous commit 2013-10-10 20:34:28 +02:00
hakito
c1298112fa Fix path in bootstrap for samples when installed via composer
When installing the SDK as recommended via composer, the samples don't work because it can not find the autloader of composer
2013-10-06 20:49:49 +02:00
hakito
6087461192 Show response instead of request in ExecutePayment 2013-10-06 20:38:58 +02: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
a3e0e8b1d1 Updating samples to use dynamic SDK configuration 2013-08-26 13:01:39 +05:30
aydiv
d1d21c6edf Updating source comment files 2013-08-26 12:25:17 +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
6dc604666b Adding section headers to index page 2013-08-21 21:03:53 +05:30
aydiv
6126997abf Fixing handling of PPConnectionException in sample code 2013-08-20 15:49:40 +05:30
aydiv
1b2d596fe3 Updating README.md with a link to the drop-and-use sdk zip for non-composer developers
See https://github.com/paypal/rest-api-sdk-php/issues/18#issuecomment-22305352
2013-08-19 18:12:13 +05:30
lathavairamani
f1038717a7 updated CreditCardHistory.php, added sample and testcase for Reauthorization 2013-07-31 17:40:36 +05:30
Prasanna Annamalai
8a89e200de Updated version number 2013-05-30 16:58:55 +05:30
lathavairamani
8e387a3159 updated variable names in sample 2013-05-30 16:44:53 +05:30
Ganesh Hegde
9498a2efce updating code docs 2013-05-30 16:26:31 +05:30
Ganesh Hegde
d207a66a4a updating the credential 2013-05-30 16:21:39 +05:30
Ganesh Hegde
b5dab14536 removing duplicate use 2013-05-30 15:26:09 +05:30
Ganesh Hegde
321e7de108 passing API context to create authorization 2013-05-30 15:23:13 +05:30