Jay Patel
bedb6aa047
Ability to handle missing accesors for unknown objects in json
...
- JSON body that has objects who do not have Model Getter Setters are handled properly
2015-02-23 21:18:45 -06:00
Jay Patel
43d0e833f6
Reverted: Updates to API Urls
...
- api-s.sandbox.paypal.com is reverted to api.sandbox.paypal.com
- api-s.paypal.com was reverted to api.paypal.com
2015-02-19 16:10:56 -06:00
Jay Patel
d50d980cb8
Updates to API Urls
...
- api.sandbox.paypal.com was changed to api-s.sandbox.paypal.com
- api.paypal.com was changed to api-s.paypal.com
2015-02-12 15:20:45 -06:00
japatel
ec46c397fe
Adding Transaction Fee in Sale Object
...
- Updates to #232
2015-02-03 14:28:14 -06:00
Chaitanya Kuber
58be8bd5d3
added transaction fee support to sale class
2015-02-03 12:19:34 +11:00
japatel
192f16b542
Fixes to Json conversion logic for empty objects
...
- If the object is empty, an empty json object is generated on conversion
- Fixes #223
2015-01-27 12:35:57 -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
baf06a66be
Updated OAuthToken to throw proper error on not receiving access token
...
- Updated Samples, Tests
2015-01-14 00:15:34 -06:00
japatel
f7cfd0faa9
Validation Package Testing
...
- Added More Unit Tests to Validation Classes
- Updated Logic accordingly
2015-01-09 16:56:38 -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
79eecb7100
Fix to Missing Test Model Class
2015-01-08 22:51:21 -06:00
japatel
b011d17cde
Removed Deprecated Getter and Setters
...
- Removed Deprecated Getter Setters from all Model Classes
- All Camelcase getters and setters are removed. Please use first letter uppercase syntax
- E.g. instead of using get_notify_url(), use getNotifyUrl() instead
2015-01-08 22:23:58 -06:00
Jay
ed2a4fd41e
Merge pull request #203 from paypal/Payouts
...
Enabled Payout API Support
2015-01-08 14:22:09 -06:00
japatel
2cd71ea190
Refactored Authorization Cache
...
- Updated Authorization Cache Common Code
- Unit Tests
2015-01-05 14:10:42 -06:00
japatel
c51c78a722
Fixes to Payout API Support Functional Tests
2015-01-05 13:31:22 -06:00
japatel
6f13399e47
Enabled Payout API Support
...
- Includes Unit and Functional Tests
- Includes Samples
2015-01-02 16:41:36 -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
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
7c4a16ca3d
Updated FormatConverter to Format Price based on Currency (if provided)
...
- Fixes #176 Issue
- Renamed formatToTwoDecimalPlaces to formatToNumber
2014-12-08 17:11:33 -06:00
japatel
95c097bc7b
Auto-generated code for Webhooks API
2014-12-04 20:18:34 -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
383d12622b
More Invoice API Updates
2014-11-18 16:50:57 -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
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
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
japatel
6fb6508f9c
Backward Compatible Changes
2014-10-20 15:54:09 -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
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
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
0ed9c26d02
Updated version of SDK Core
...
- Updated version
- Fixed Testing Bugs
- Updated README
- Updated Release note
2014-09-24 13:41:32 -05:00
Jay Patel
6e14f51aa5
Updated Testing Framework fixing Travis Builds
...
- Added Group and Catching errors
2014-09-21 20:37:34 -05:00
Jay Patel
284282bdff
Updated Testing Framework fixing Travis Builds
...
- Skipped Tests if 500 Server Error from Paypal APIs.
2014-09-21 19:11:23 -05:00
Jay Patel
1f52a87876
Updated Testing Framework fixing Travis Builds
2014-09-21 17:57:51 -05:00
LastDragon
6f4ed162a9
Added invoiceNumber, custom and softDescriptor to Transaction.
2014-09-04 13:57:49 +04:00
Avi Das
2cdce05002
Remove var_dump
2014-08-26 15:59:32 -05:00
Avi Das
ba03e65f3a
Merge branch 'master' of github.com:brunoric/rest-api-sdk-php into brunoric-master
...
Merge in tests for Authorization class, brunorics pull request
2014-08-26 12:09:07 -05:00
Avi Das
c5fec7ce7f
update typo in test
2014-08-26 12:04:06 -05:00