close batches after download
authorMark Wells <mark@freeside.biz>
Fri, 1 Feb 2013 05:13:04 +0000 (21:13 -0800)
committerMark Wells <mark@freeside.biz>
Fri, 1 Feb 2013 05:13:15 +0000 (21:13 -0800)
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;
 }