diff options
-rw-r--r-- | CardFortress.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CardFortress.pm b/CardFortress.pm index 33b7ee1..b16b601 100644 --- a/CardFortress.pm +++ b/CardFortress.pm @@ -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; } |