Updated Credit Cards in Samples to fix 500 Exceptions

- Replaced overused credit cards with new ones
- More could be generated for sandbox testing at https://ppmts.custhelp.com/app/answers/detail/a_id/750
This commit is contained in:
Jay Patel
2015-02-12 15:02:24 -06:00
parent 4d416a4474
commit d613361e69
7 changed files with 2319 additions and 82 deletions

View File

@@ -15,7 +15,7 @@ use PayPal\Api\CreditCard;
// to be stored with PayPal.
$card = new CreditCard();
$card->setType("visa")
->setNumber("4417119669820331")
->setNumber("4917912523797702")
->setExpireMonth("11")
->setExpireYear("2019")
->setCvv2("012")