Skip to content

Commit

Permalink
Merge pull request #17 from asilbalaban/master
Browse files Browse the repository at this point in the history
Uniform data type for cvv and year
  • Loading branch information
drealecs authored Aug 16, 2016
2 parents 4dcd08f + fea60f4 commit 1a5724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basicExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
* Credit Card CVV (Security Code)
* Credit Card Owner
*/
$card = new Card('4111111111111111', '12', 2016, 123, 'Card Owner Name');
$card = new Card('4111111111111111', '12', '2016', '123', 'Card Owner Name');

/**
* Create new Request with params:
Expand Down

0 comments on commit 1a5724c

Please sign in to comment.