Commit Graph

120 Commits

Author SHA1 Message Date
brluk and japatel
bf3f436523 Add request body for VerifyWebhookSignature
- Fixes #798
2017-03-22 17:16:35 -05:00
mrak and sdcoffey
c2947ff409 Update payments API to v1.9 2016-10-27 14:05:56 -07:00
mrak and sdcoffey
7c5ea8b997 Proper changes to samples for Credit Card 2016-10-25 17:40:37 -05:00
sdcoffey
7b380a1447 Deprecate unused PayoutSenderBatchHeader#batch_status 2016-10-21 13:21:51 -07:00
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
Steve Coffey
e33a5594c2 Merge pull request #682 from paypal/payments-experience-v1.3
Payments experience v1.3
2016-10-18 13:49:17 -07:00
Jay Patel
ae31151ba3 Use PaymentCard instead of CreditCard
- Fixed deprecation messages.
- Fixes #639.
- Fixes #648.
- Updated Samples.
2016-10-17 17:15:04 -05: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 Patel
b4371abcd8 Adds missing imports
- Fixes #667.
2016-10-03 11:36:32 -05: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
f0feddc8f2 Add samples for Invoice Template API 2016-09-19 16:22:06 -05: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
Jay Patel
dcec4f8c8e Removed v1 from openIdConnect url 2016-08-15 11:10:06 -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
50e41e8068 Added missing reference field to Invoice 2016-07-11 11:36:43 -05:00
Jay Patel
56f1be3c73 Enabled Third Party Invoicing 2016-05-31 12:45:52 -05:00
Jay Patel
18e1c58d93 Updated Vault API 2016-05-11 16:41:29 -05:00
German Sibay
fb27a2dfa0 Fixed type hinting for relatedResrources. It's an array. 2016-04-13 14:31:16 +01:00
Jay Patel
c10526e34b Removed Deprecation on CreditCard 2015-10-06 19:00:01 -05:00
Jay Patel
a37b880e96 Payments API Updates 2015-10-02 14:25:46 -05:00
İrfan Evrens
d35e5523a2 tiny changes 2015-06-30 22:36:23 +03:00
Jay Patel
aabcf9c2aa Formatting Fixes
- Fixed Imports
- Fixed Formatting
- Added Missing Documentation
2015-06-30 12:08:56 -05:00
İrfan Evrens
def426fd23 Fixed some lines. 2015-06-26 00:02:26 +03:00
İrfan Evrens
cefecede81 Tiny improvements. 2015-06-25 23:08:11 +03:00
Jay Patel
1c8e9b81b1 Minor Fixes
- Removed Invalid Imports
2015-06-25 12:05:38 -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
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
3e43f93f9b Updated Payment APIs
- Updated SDK Models to latest Payment APIs
- Updated Unit Tests
2015-02-26 15:03:59 -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
182060d0e8 More fixes to Vault APIs
- Updated Credit Card to use /credit-cards/* instead of /credit-card/*
2015-02-04 12:29:30 -06:00
japatel
ec46c397fe Adding Transaction Fee in Sale Object
- Updates to #232
2015-02-03 14:28:14 -06:00
japatel
7b811ffafe Merge branch 'transaction-fee-patch' of https://github.com/chaitanyakuber/PayPal-PHP-SDK into chaitanyakuber-transaction-fee-patch 2015-02-03 13:33:26 -06:00
japatel
0e9894b4c4 Fixes to Credit Card Update in Vault APIs
- Updated Samples
- Fixes #233
2015-02-03 13:10:32 -06:00
Chaitanya Kuber
58be8bd5d3 added transaction fee support to sale class 2015-02-03 12:19:34 +11:00
japatel
b28718027a Small Fixes
- PayoutItemDetails Errors
- Cleaning up CSS
2015-02-02 13:04:22 -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
932cc8f6bd Removing Duplicate Invoicing Classes
- As they were never used for anything, removing it without deprecating
2015-01-09 17:43:10 -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
291ce9c160 Updates to Future Payment Sample
- Renamed CorrelationId to ClientMetadataId
- Updated Source and Docs
2015-01-09 14:16:30 -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
japatel
6f13399e47 Enabled Payout API Support
- Includes Unit and Functional Tests
- Includes Samples
2015-01-02 16:41:36 -06:00
japatel
2d5c6d3266 Moved APPROVAL_URL Constant to PayPalConstant class
- Improvement to #195
2014-12-18 15:44:47 -06:00