summaryrefslogtreecommitdiff
path: root/FS/FS/pay_batch
diff options
context:
space:
mode:
authormark <mark>2009-10-24 23:37:42 +0000
committermark <mark>2009-10-24 23:37:42 +0000
commit978cc3533b38efa38c63898fa7814a4b38efdee3 (patch)
tree4ff4a4d2a22c93365d4fc4ecbb0b3d5221c6e0aa /FS/FS/pay_batch
parentca16e6099d6b0b979badb1bca5d2b7413aa70206 (diff)
Scripts for paymentech batch transfer
Diffstat (limited to 'FS/FS/pay_batch')
-rw-r--r--FS/FS/pay_batch/paymentech.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/pay_batch/paymentech.pm b/FS/FS/pay_batch/paymentech.pm
index 44fa78a10..c1e9c9a59 100644
--- a/FS/FS/pay_batch/paymentech.pm
+++ b/FS/FS/pay_batch/paymentech.pm
@@ -66,7 +66,7 @@ my %paytype = (
batchFileID => {
userID => $username,
fileDateTime => time2str('%Y%m%d%H%M%s',time),
- fileID => 'batch'.time2str('%Y%m%d',time),
+ fileID => 'FILEID',
},
newOrder => [ map { {
# $_ here refers to a cust_pay_batch record.