diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-07-18 14:04:54 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-07-18 14:04:54 -0700 |
commit | 789cc3a2caf53bb2446572ed93eb5d02c3aa9e13 (patch) | |
tree | b254149dcc83f732fe266bcb8404fe6040736944 /lib | |
parent | d5a1a4122fc4f93de2821cacc3a961f3a29d6ac9 (diff) |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Business/OnlinePayment/IATSPayments.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Business/OnlinePayment/IATSPayments.pm b/lib/Business/OnlinePayment/IATSPayments.pm index df0a717..66cc02e 100644 --- a/lib/Business/OnlinePayment/IATSPayments.pm +++ b/lib/Business/OnlinePayment/IATSPayments.pm @@ -8,7 +8,7 @@ use Business::CreditCard; use SOAP::Lite; #SOAP::Lite->import(+trace=>'debug'); -our $VERSION = '0.03_01'; +our $VERSION = '0.03_02'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number sub _info { @@ -105,7 +105,7 @@ our %mop = ( 'VISA card' => 'VISA', 'MasterCard' => 'MC', 'Discover card' => 'DSC', - 'American Express card' => 'AMEX', + 'American Express card' => 'AMX', 'Switch' => 'MAESTR', 'Solo' => 'MAESTR', ); |