diff options
author | fbriere <fbriere> | 2006-02-14 04:59:03 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-14 04:59:03 +0000 |
commit | bd5bd4ddec4f1dd085815a817bb59f7eeca72b93 (patch) | |
tree | 2c64da36d572fb3467501c77770b739b70a61c68 | |
parent | ec514ddd2bf0251c9223cba84de63a96694a7457 (diff) |
Confusion around card types
-rwxr-xr-x | InternetSecure.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/InternetSecure.pm b/InternetSecure.pm index 3887c8b..e3855cf 100755 --- a/InternetSecure.pm +++ b/InternetSecure.pm @@ -18,8 +18,9 @@ our $VERSION = '0.01'; use constant CARD_TYPES => { VI => 'Visa', MC => 'MasterCard', - AX => 'American Express', + AX => 'American Express', # FIXME: AM? NN => 'Discover', + # JB? }; |