0.09 BUSINESS_ONLINEPAYMENT_LINKPOINT_0_09
authorivan <ivan>
Thu, 12 Jul 2007 01:07:59 +0000 (01:07 +0000)
committerivan <ivan>
Thu, 12 Jul 2007 01:07:59 +0000 (01:07 +0000)
Changes
LinkPoint.pm

diff --git a/Changes b/Changes
index fec2391..cf59af6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Business::OnlinePayment::LinkPoint.
 
-0.09    unreleased
+0.09    Wed Jul 11 18:07:20 PDT 2007
         - Trim all non-numeric characters from phone numbers when doing an ACH
           transaction, as per undocumented suggestion from LinkPoint.
         - ACH transactions: "SUBMITTED" indicates success
index 3e258c6..014e428 100644 (file)
@@ -6,8 +6,8 @@ use Carp qw(croak);
 use Business::OnlinePayment;
 
 @ISA = qw(Business::OnlinePayment);
-$VERSION = '0.09_03';
-$VERSION = eval $VERSION; # modperlstyle: convert the string into a number
+$VERSION = '0.09';
+#$VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 $DEBUG = 0;
 
 use lpperl; #3;  #lpperl.pm from LinkPoint