Commit Graph

21 Commits

Author SHA1 Message Date
Jay Patel
4f20bc4b97 Updated Invoice API 2016-09-19 14:32:33 -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
aabcf9c2aa Formatting Fixes
- Fixed Imports
- Fixed Formatting
- Added Missing Documentation
2015-06-30 12:08:56 -05: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
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
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
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
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
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
dc2ac0fd63 Updated Identity Support from SDK Core
- Moved PPModels required for Identity Support
2014-10-14 14:15:41 -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
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
Avi Das
5cf5de65c8 patch to retrieve paid invoices 2014-08-05 11:20:26 -05:00
Avi Das
86a6082b7f Remove @array annotations, closes #43 2014-05-12 14:11:48 -05:00
siddick
699d6b86f1 Return true for null response 2014-03-28 22:41:23 +05:30
siddick
a3aba308f4 Support Invoice APIs 2014-03-28 20:34:07 +05:30