summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-10-30 15:53:51 -0700
committerMark Wells <mark@freeside.biz>2012-10-30 15:53:51 -0700
commitf1615450ec49948f95612b5311c628e261132645 (patch)
treeefc962b5c5015b59e701abe30542e1c770e07e3e
parent3182a68ebdfaa52debc2700fac56b1aa76750150 (diff)
change name of return files for EFT Canada batches, #16252
-rwxr-xr-xFS/bin/freeside-eftca-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-eftca-download b/FS/bin/freeside-eftca-download
index 702a80ca1..d54a724ab 100755
--- a/FS/bin/freeside-eftca-download
+++ b/FS/bin/freeside-eftca-download
@@ -82,7 +82,7 @@ foreach my $agent (@agents) {
$sftp->setcwd('/Returns');
- my $files = $sftp->ls('.', wanted => qr/^ReturnFile/, names_only => 1);
+ my $files = $sftp->ls('.', wanted => qr/\.txt$/, names_only => 1);
die "no response files found\n" if !@$files;
FILE: foreach my $filename (@$files) {