Skip to content

Commit

Permalink
solve order item error 3D Pay
Browse files Browse the repository at this point in the history
  • Loading branch information
sportakal committed May 30, 2022
1 parent 07ccfde commit a055485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/threeDSecurePay.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


$card = new Card();
$card->setNumber('5549608789641501'); //5406697543211173 //5549608789641500
$card->setNumber('5549608789641500'); //5406697543211173 //5549608789641500
$card->setExpireDate('0323'); //0323 //0323
$card->setCVV2('712'); //465 //712

Expand Down

0 comments on commit a055485

Please sign in to comment.