summaryrefslogtreecommitdiff
path: root/PaymentsGateway.pm
diff options
context:
space:
mode:
Diffstat (limited to 'PaymentsGateway.pm')
-rw-r--r--PaymentsGateway.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/PaymentsGateway.pm b/PaymentsGateway.pm
index 93dd6ef..6fabcbf 100644
--- a/PaymentsGateway.pm
+++ b/PaymentsGateway.pm
@@ -11,7 +11,7 @@ require Exporter;
@ISA = qw( Exporter AutoLoader Business::OnlinePayment);
@EXPORT = qw();
@EXPORT_OK = qw();
-$VERSION = '0.01';
+$VERSION = '0.02';
$DEBUG = 0;
@@ -70,7 +70,6 @@ sub set_defaults {
my $self = shift;
$self->server('paymentsgateway.net');
$self->port( 5050 );
- $self->build_subs(qw(test_transaction));
}
sub map_fields {