From: Mark Wells Date: Fri, 1 Feb 2013 05:13:04 +0000 (-0800) Subject: close batches after download X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment-CardFortress.git;a=commitdiff_plain;h=71dc102ff119464c78b78fd5a2fa3556fce6987e close batches after download --- 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; }