diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 11:26:33 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 11:26:33 -0700 |
commit | a9ea9b31bead46acca268b0a31564fdabbacb96d (patch) | |
tree | 612bebdbb4ad5d8d825a112d779cd2709c99b3f9 /OnlineThirdPartyPayment.pm | |
parent | 49e48c25beb6448dd41e072eefca9474b6f60ea6 (diff) |
0.10
Diffstat (limited to 'OnlineThirdPartyPayment.pm')
-rw-r--r-- | OnlineThirdPartyPayment.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OnlineThirdPartyPayment.pm b/OnlineThirdPartyPayment.pm index b642ffd..fc3c037 100644 --- a/OnlineThirdPartyPayment.pm +++ b/OnlineThirdPartyPayment.pm @@ -7,7 +7,7 @@ use base qw(Business::OnlinePayment); require 5.005; -$VERSION = '3.00_09'; +$VERSION = '0.10'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number my %fields = ( |