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

@@ -72,7 +72,7 @@ $payer->setPaymentMethod('credit_card')
// Add Credit Card to Funding Instruments
$creditCard = new CreditCard();
$creditCard->setType('visa')
->setNumber('4417119669820331')
->setNumber('4491759698858890')
->setExpireMonth('12')
->setExpireYear('2017')
->setCvv2('128');