From: fbriere Date: Tue, 14 Feb 2006 04:59:03 +0000 (+0000) Subject: Confusion around card types X-Git-Tag: V0_01~43 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-InternetSecure.git;a=commitdiff_plain;h=bd5bd4ddec4f1dd085815a817bb59f7eeca72b93 Confusion around card types --- 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? };