diff options
author | ivan <ivan> | 2007-07-12 01:07:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-07-12 01:07:59 +0000 |
commit | 67441cfca61a0b09337d81ac3d676f2615502216 (patch) | |
tree | 628a93993831bf597e9c9d967717910b2d9cace4 | |
parent | 0f9677a5ec0ef393ed34ac8f51a9b9b848cebfa9 (diff) |
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | LinkPoint.pm | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 diff --git a/LinkPoint.pm b/LinkPoint.pm index 3e258c6..014e428 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -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 |