[freeside-commits] branch master updated. f1615450ec49948f95612b5311c628e261132645
Mark Wells
mark at 420.am
Tue Oct 30 15:54:05 PDT 2012
The branch, master has been updated
via f1615450ec49948f95612b5311c628e261132645 (commit)
from 3182a68ebdfaa52debc2700fac56b1aa76750150 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f1615450ec49948f95612b5311c628e261132645
Author: Mark Wells <mark at freeside.biz>
Date: Tue Oct 30 15:53:51 2012 -0700
change name of return files for EFT Canada batches, #16252
diff --git a/FS/bin/freeside-eftca-download b/FS/bin/freeside-eftca-download
index 702a80c..d54a724 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) {
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-eftca-download | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list