Updated Payment APIs

- Updated SDK Models to latest Payment APIs
- Updated Unit Tests
This commit is contained in:
Jay Patel
2015-02-26 15:03:59 -06:00
parent 241d80cd17
commit 3e43f93f9b
93 changed files with 6079 additions and 1735 deletions

View File

@@ -55,7 +55,7 @@ class Credit extends PayPalModel
}
/**
* Specifies the type of credit.
* Specifies the type of credit
*
* @return string
*/
@@ -68,7 +68,7 @@ class Credit extends PayPalModel
* URI to the associated terms.
*
* @param string $terms
*
*
* @return $this
*/
public function setTerms($terms)