forked from LiveCarta/PayPal-PHP-SDK
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user