diff options
Diffstat (limited to 'StGeorge.pm')
-rw-r--r-- | StGeorge.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StGeorge.pm b/StGeorge.pm index 1227e8b..cd172ba 100644 --- a/StGeorge.pm +++ b/StGeorge.pm @@ -6,7 +6,7 @@ use Carp qw(croak); use Business::OnlinePayment; @ISA = qw(Business::OnlinePayment); -$VERSION = '0.02'; +$VERSION = '0.03'; use webpayperl; #webpayperl.pm from St.George webpayperl::init_client or croak "St.George initialization failed\n"; |