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
24e0609e5b
Fixing Invoice Phone Attribute
...
- Also updated the Update Invoice Sample
2014-11-20 17:07:12 -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
919e5af2ba
Removed Mandate on CorelationId from Future Payment
...
- Removed backward compatibility on headers.
- Only sends 'Paypal-Application-Correlation-Id' instead of 'PAYPAL-CLIENT-METADATA-ID'
2014-11-19 12:16:41 -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
e6fb968509
First Update on Invoicing APIs
2014-11-18 12:12:35 -06:00
japatel
2c3f25bd29
Fixed Curl Options for NSS
2014-11-12 15:25:33 -06:00
japatel
bbef3664c5
Adding resetRequestId in ApiContext to enable multiple create calls in succession
2014-11-12 09:26:16 -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
f55fd3d984
Fixed Double JSON Encoding
...
- Updated PPModel to not double encode urls in Json String.
2014-10-24 14:59:00 -05:00
stalesha
3b931cc76c
Fix Fatal error with double slash
...
PHP Fatal error: Class '\\PayPal\Api\Payment' not found in rest-api-sdk-php/lib/PayPal/Common/PPModel.php on line 16
2014-10-23 15:15:45 +04:00
japatel
1de6085857
Fixing the Address Phone annotations
2014-10-22 15:20:56 -05:00
japatel
6fb6508f9c
Backward Compatible Changes
2014-10-20 15:54:09 -05:00
spezi|Fanta
2fb68e8a7a
Fixes PHP 5.3 Support
...
Using short array syntax breaks the support of PHP 5.3.
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
Philippe Gerber
f1a089e54c
\PayPal\Api\Invoice: Added missing $headers argument in \PayPal\Common\ResourceModel::executeCall() calls
2014-10-15 22:29:20 +02:00
Philippe Gerber
adbbd3281d
\PayPal\Api\Invoice: Added missing $headers argument in \PayPal\Common\ResourceModel::executeCall() calls
2014-10-15 22:18:37 +02:00
japatel
8e19366415
Updating Curl Options to use TLS version 1.x
...
- Bug fixes
2014-10-15 11:20:06 -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
b0a6c5c3f7
Merge branch 'Payment-experience' of git://github.com/ultimatedion/rest-api-sdk-php into ultimatedion-Payment-experience
...
Conflicts:
lib/PayPal/Api/Payment.php
2014-10-11 11:15:47 -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
459293838e
Fixed Unit Tests
...
- Skipping tests till run in separate process if fixed
- Making array objects to be compatible with older versions of php
2014-10-06 13:14:04 -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
Eric Dion
318504e1dc
Payment Experience(Web profiles) handling
2014-10-05 21:25:34 -04:00
ultimatedion
d42e6ee541
Update Payment.php
...
Added property experience_profile_id to Payment.php
2014-10-03 12:25:20 -04:00
Jay Patel
df01d3e05c
Fixed Item.php
2014-09-23 12:06:45 -05:00
Joseph Ting
db4bdc635a
Change indentation from tabs to spaces
2014-09-17 21:58:49 +08:00
Joseph Ting
2b96773e6b
Resolves #113
2014-09-14 16:25:11 +08:00
LastDragon
25484e642a
Added @property
2014-09-06 21:05:04 +04:00
LastDragon
6f4ed162a9
Added invoiceNumber, custom and softDescriptor to Transaction.
2014-09-04 13:57:49 +04:00
OJ Tibi
c1241998b8
Fixed classname resolution of Links property in Order class for PPReflectionUtil
2014-08-26 16:23:53 +08:00
OJ Tibi
72d2380df6
Added Order property to RelatedResources
2014-08-26 16:01:07 +08:00
OJ Tibi
0da7a1b64a
Added Order class for proper parsing within PPModel::fromArray()
2014-08-26 13:49:41 +08:00
Avi Das
5cf5de65c8
patch to retrieve paid invoices
2014-08-05 11:20:26 -05:00
Mike Tramontano
9a46b27e44
Correct shipping address set/get docs
...
The document comments actually power what classes are instantiated when parsing the API responses
2014-07-09 14:18:32 -04:00
Avi Das
86a6082b7f
Remove @array annotations, closes #43
2014-05-12 14:11:48 -05:00
Brendan Abbott
5a76b1cb0f
Add validation of Return/Cancel URL's (with test cases)
2014-05-04 17:01:49 +10:00
Avi Das
4a9ebab374
Merge in ryansundberg and diemuzi pulls
2014-05-01 13:03:30 -05:00
Avi Das
d46548255e
Cleaned up Code Comments and added Type-Hinting to all Class/Functions closes #42
2014-05-01 12:34:33 -05:00
Avi (Ananya) Das
8347e9ab35
Merge pull request #41 from ryansundberg/master
...
Added add/remove/isEmpty methods to ItemList
2014-05-01 10:17:22 -05:00