From: fbriere Date: Sat, 19 Aug 2006 19:13:30 +0000 (+0000) Subject: Release 0.04 X-Git-Tag: V0_04~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-InternetSecure.git;a=commitdiff_plain;h=d1d72433a1a3a65b680dbfee76b80579f51b3d91 Release 0.04 --- diff --git a/Changes b/Changes index befe0f6..5e72729 100755 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for Perl extension Business::OnlinePayment::InternetSecure. +0.04 Sat, 19 Aug 2006 15:02:51 -0400 + These changes should make it easier to switch between this module + and other Business::OnlinePayment backends: + + - Renamed exp_date field to expiration, in accordance with the + Business::OnlinePayment documentation + - Renamed sales_number() to order_number() and avs_response() to + avs_code(), following the informal convention set by other + modules + - Added support for "CC" in type field, to denote a credit card of + unknown type + 0.03 Mon, 08 May 2006 16:34:53 -0400 - Made get_remap_fields (and thus to_xml) non-destructive and idempotent diff --git a/InternetSecure.pm b/InternetSecure.pm index cde38d3..e8c4c69 100755 --- a/InternetSecure.pm +++ b/InternetSecure.pm @@ -12,7 +12,7 @@ use XML::Simple qw(xml_in xml_out); use base qw(Business::OnlinePayment Exporter); -our $VERSION = '0.03'; +our $VERSION = '0.04'; use constant SUCCESS_CODES => qw(2000 90000 900P1);