From 71dc102ff119464c78b78fd5a2fa3556fce6987e Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 31 Jan 2013 21:13:04 -0800 Subject: [PATCH] close batches after download --- CardFortress.pm | 5 +---- 1 file changed, 1 insertion(+), 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; } -- 2.11.0