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
japatel
f090642fae
Helper Function to Retrieve Specific Link from Model Object
...
- Helper Methods in Payment and Agreement to get ApprovalLink
- Fixes #195
2014-12-18 15:41:11 -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
515b747223
Added Update Method in Payment
...
- Payment allows update calls with patch requests
- Samples to demonstrate its abilities
2014-12-17 12:47:22 -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
Jay
bb11ace7ad
Made the docblock Transactions to use Transaction[]
...
- Fixes #183
2014-12-09 20:33:08 -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
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
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
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
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
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