Updated Invoicing APIs

- Updated Model objects.
- Updated Samples.
- Updated Tests.
This commit is contained in:
Jay Patel
2016-07-13 15:16:25 -05:00
parent 9534bcb176
commit c714f77980
48 changed files with 3320 additions and 2881 deletions

View File

@@ -20,7 +20,7 @@ class ErrorDetails extends PayPalModel
* Name of the field that caused the error.
*
* @param string $field
*
*
* @return $this
*/
public function setField($field)
@@ -43,7 +43,7 @@ class ErrorDetails extends PayPalModel
* Reason for the error.
*
* @param string $issue
*
*
* @return $this
*/
public function setIssue($issue)