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
This commit is contained in:
japatel
2015-01-09 16:56:00 -06:00
parent ebcfd28aef
commit 095ab24b62
14 changed files with 412 additions and 767 deletions

View File

@@ -34,6 +34,9 @@ v1.0.0
* PayPal\Common\FormatConverter => PayPal\Converter\FormatConverter
* PayPal\Rest\RestHandler => PayPal\Handler\RestHandler
* PayPal\Rest\OauthHandler => PayPal\Handler\OauthHandler
* Fixes to Methods
* PayPal\Api\Invoice->getPaymentDetails() was renamed to getPayments()
* PayPal\Api\Invoice->getRefundDetails() was renamed to getRefunds()
v1.0.0-beta
----