Steve Coffey
aca727eee6
Merge pull request #692 from paypal/payouts-v1.2
...
Update Payouts API to v1.2
2016-10-19 14:38:18 -07:00
sdcoffey
0f3a5e6548
Update Payouts to v1.2
2016-10-13 14:20:27 -07:00
mrak and stevecoffey
3f909f7f5e
Update Payment Experience API to v1.3
2016-10-10 10:45:55 -07:00
Jay
470736897a
Merge pull request #653 from paypal/webhooks-update
...
Update webhooks to API version 1.7
2016-09-22 13:42:31 -05:00
jaypatel512 and sdcoffey
af4648bdfd
Update Webhooks API
2016-09-20 14:01:47 -07:00
Jay Patel
4f20bc4b97
Updated Invoice API
2016-09-19 14:32:33 -05:00
Bryant Luk
e4aad7c1ea
Revert OpenID Connect endsession change
2016-08-18 14:10:28 -05:00
Jay
b5c4c6937b
Merge pull request #627 from paypal/openidconnect-url-change
...
Update OpenID Connect URLs to match docs
2016-08-15 11:16:45 -05:00
Bryant Luk
c093d678f8
Update OpenID Connect URLs to match docs
...
- URLs were updated. See
https://developer.paypal.com/docs/api/auth-headers/#obtain-users-consent
2016-08-15 11:00:57 -05: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
Jay Patel
8c907803e3
[PSR] Fixed Samples
...
- Using `php-cs-fixer` tool.
2016-07-14 13:12:15 -05:00
Jay Patel
c714f77980
Updated Invoicing APIs
...
- Updated Model objects.
- Updated Samples.
- Updated Tests.
2016-07-13 15:57:58 -05:00
Jay Patel
a284bb6d71
Fixed Webhook Functional Test
2016-06-21 15:18:43 -05:00
Jay Patel
318d5a43c6
Optimizing Imports
...
- Removed Unnecessary imports
2015-11-19 12:36:53 -06:00
Jay Patel
3bf4bbe8b6
Updating User Agent for Internal Purposes
2015-10-28 14:19:02 -05:00
Jay Patel
e1e70c0ebd
Removed ModelAccessValidator in favor of Forward Compatilibity Issues
...
- Model Access Validator causes unnecessary issues in existing integrations.
- Causes merchant to break integration if configured incorrectly.
2015-10-06 18:54:40 -05:00
Jay Patel
a37b880e96
Payments API Updates
2015-10-02 14:25:46 -05:00
Jay Patel
02fca1bda4
Making Functional Test Validation Strict
2015-09-28 16:40:34 -05:00
Jay Patel
9b4923da2d
Fixed Failing Unit Tests
2015-08-17 14:29:29 -05:00
Jay Patel
88f04274eb
Enabled Skipped Test
2015-08-17 14:22:32 -05:00
Jay Patel
aabcf9c2aa
Formatting Fixes
...
- Fixed Imports
- Fixed Formatting
- Added Missing Documentation
2015-06-30 12:08:56 -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
c6f8971c7e
Webhook Validate Event Support
...
- Added validateWebhookEvent method
- Updated Tests
- Updated Samples
2015-06-08 13:18:13 -05:00
Jay Patel
9e3ee52f50
GetList refactored for all use cases
...
- Fixes #290
2015-05-03 22:54:00 -05:00
Jay Patel
dce42916f4
Copy/Paste error in message
...
- Fixes #297
2015-04-29 15:41:10 -05:00
Jay Patel
ec58775bca
PayPalModel Set Conditions updated
...
- passing null to setter would unset the value
- passing empty string would set the value as empty string
- passing 0 would set the value as 0
- Fixes #285
2015-04-15 12:00:15 -05:00
Jay Patel
553589e511
Renamed getRequestId method in ApiContext
...
- Fixes #287
2015-04-15 11:27:52 -05:00
Jay Patel
c181af361d
Unit Tests
...
- Added More Unit Tests
2015-04-02 08:49:37 -05:00
Jay Patel
2c90b77c5a
Fixes to Model Object Property Type
2015-03-19 14:13:52 -05:00
Jay Patel
dc4f777922
Renaming Agreement GetAgreementDetails
...
- Renamed from `agreement-details` to `agreement_details`
- Fixes #271
2015-03-18 15:33:26 -05:00
Jay Patel
fd6a38d0ef
PayPalModel to differentiate between empty objects and array
...
- Fixes to PayPalModel Conversion
- Fixes #262
2015-03-03 16:55:18 -06:00
Jay Patel
3e43f93f9b
Updated Payment APIs
...
- Updated SDK Models to latest Payment APIs
- Updated Unit Tests
2015-02-26 15:03:59 -06:00
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