Confusion around card types
authorfbriere <fbriere>
Tue, 14 Feb 2006 04:59:03 +0000 (04:59 +0000)
committerfbriere <fbriere>
Tue, 14 Feb 2006 04:59:03 +0000 (04:59 +0000)
InternetSecure.pm

index 3887c8b..e3855cf 100755 (executable)
@@ -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?
                        };