diff options
author | fbriere <fbriere> | 2006-08-19 19:13:30 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-08-19 19:13:30 +0000 |
commit | d1d72433a1a3a65b680dbfee76b80579f51b3d91 (patch) | |
tree | 702d9ae16dc4651fb1f3a976ebaf3ce9e9ededcd /InternetSecure.pm | |
parent | 1e4d0e5efa809ecb0480d9040e8b373bcb4f2480 (diff) |
Release 0.04
Diffstat (limited to 'InternetSecure.pm')
-rwxr-xr-x | InternetSecure.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |