From f1615450ec49948f95612b5311c628e261132645 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 30 Oct 2012 15:53:51 -0700 Subject: [PATCH] change name of return files for EFT Canada batches, #16252 --- FS/bin/freeside-eftca-download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0