Skip to content

Commit cda3151

Browse files
🐛 Make American Express cards have 4-digit CVC
1 parent 0c20ee1 commit cda3151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cards/AmericanExpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AmericanExpress extends Card implements CreditCard
4646
*
4747
* @var array
4848
*/
49-
protected $cvc_length = [3, 4];
49+
protected $cvc_length = [4];
5050

5151
/**
5252
* Test cvc code checksum against Luhn algorithm.

0 commit comments

Comments
 (0)