bumped version up to 0.02, added Changelog entries, added a dist target to Makefile.PL
[Business-OnlinePayment-Exact.git] / lib / Business / OnlinePayment / Exact.pm
index 2171c36..490bd2e 100644 (file)
@@ -10,7 +10,7 @@ our @ISA = qw(Business::OnlinePayment);
 our @EXPORT_OK = ();
 our @EXPORT = qw();
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 sub set_defaults {
     my $self = shift;
@@ -55,6 +55,11 @@ sub remap_fields {
     $self->content(%content);
 }
 
+sub test_transaction {
+    my( $self, $enabled ) = @_;
+    die if $enabled;
+}
+
 sub submit {
     my $self = shift;
     $self->map_fields;