summaryrefslogtreecommitdiff
path: root/InternetSecure.pm
diff options
context:
space:
mode:
authorfbriere <fbriere>2006-02-14 04:59:03 +0000
committerfbriere <fbriere>2006-02-14 04:59:03 +0000
commitbd5bd4ddec4f1dd085815a817bb59f7eeca72b93 (patch)
tree2c64da36d572fb3467501c77770b739b70a61c68 /InternetSecure.pm
parentec514ddd2bf0251c9223cba84de63a96694a7457 (diff)
Confusion around card types
Diffstat (limited to 'InternetSecure.pm')
-rwxr-xr-xInternetSecure.pm3
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?
};