diff options
author | Mark Wells <mark@freeside.biz> | 2013-07-02 15:54:00 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-07-02 15:54:00 -0700 |
commit | 250ee4d7c29d6814fcbf0d38bcec30d6a099ccb1 (patch) | |
tree | 4752fc52e0d39b6a064b200db3599752f8429611 /OnlineThirdPartyPayment.pm | |
parent | 977ae07ace47748c3abaf508a09c8e5488989ed7 (diff) | |
parent | a9ea9b31bead46acca268b0a31564fdabbacb96d (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlineThirdPartyPayment
Conflicts:
Changes
OnlineThirdPartyPayment.pm
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 8ada8d5..6d6e33e 100644 --- a/OnlineThirdPartyPayment.pm +++ b/OnlineThirdPartyPayment.pm @@ -7,7 +7,7 @@ use base qw(Business::OnlinePayment); require 5.005; -$VERSION = 0.10; +$VERSION = '0.10'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number my %fields = ( |