[freeside-commits] branch FREESIDE_2_3_BRANCH updated. c9b3d42646bb59b50349eb4e0fe72523ac086daa

Mark Wells mark at 420.am
Tue Oct 30 15:54:05 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  c9b3d42646bb59b50349eb4e0fe72523ac086daa (commit)
      from  80befede6380d372b2cea741c43fd534e4211963 (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 c9b3d42646bb59b50349eb4e0fe72523ac086daa
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Oct 30 15:52:27 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