diff options
| author | Mark Wells <mark@freeside.biz> | 2012-10-30 15:52:27 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-10-30 15:52:27 -0700 |
| commit | c9b3d42646bb59b50349eb4e0fe72523ac086daa (patch) | |
| tree | 334a05b9be7873fab7b4aec0831aa6e0ad264c0d | |
| parent | 80befede6380d372b2cea741c43fd534e4211963 (diff) | |
change name of return files for EFT Canada batches, #16252
| -rwxr-xr-x | FS/bin/freeside-eftca-download | 2 |
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) { |
