close batches after download
[Business-BatchPayment-CardFortress.git] / CardFortress.pm
index 33b7ee1..b16b601 100644 (file)
@@ -231,10 +231,7 @@ sub download {
       die "Error receiving batch: ".$_->{error}."\n";
     }
   }
-#  $self->https_post('/batch/close', {
-#      login     => $self->login,
-#      password  => $self->password,
-#      batch_id  => \@batches_in_transit,
+  $self->https_post('/batch/close', \@batches_in_transit);
   @$result;
 }