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

@@ -113,7 +113,7 @@ class CreditCardToken extends PayPalModel
}
/**
* Expiry month from the saved card, represented as 1 - 12.
* card expiry month from the saved card with value 1 - 12
*
* @param int $expire_month
*
@@ -126,7 +126,7 @@ class CreditCardToken extends PayPalModel
}
/**
* Expiry month from the saved card, represented as 1 - 12.
* card expiry month from the saved card with value 1 - 12
*
* @return int
*/
@@ -136,7 +136,7 @@ class CreditCardToken extends PayPalModel
}
/**
* Expiry year from the saved card, represented as YYYY format.
* 4 digit card expiry year from the saved card
*
* @param int $expire_year
*
@@ -149,7 +149,7 @@ class CreditCardToken extends PayPalModel
}
/**
* Expiry year from the saved card, represented as YYYY format.
* 4 digit card expiry year from the saved card
*
* @return int
*/