[freeside-commits] freeside/FS/FS/pay_batch paymentech.pm, 1.2.2.1, 1.2.2.2
Mark Wells
mark at wavetail.420.am
Sat Dec 19 12:58:15 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/pay_batch
In directory wavetail.420.am:/tmp/cvs-serv32689/FS/pay_batch
Modified Files:
Tag: FREESIDE_1_9_BRANCH
paymentech.pm
Log Message:
Fix date format string and quoting of password
Index: paymentech.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/pay_batch/paymentech.pm,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- paymentech.pm 30 Oct 2009 18:55:58 -0000 1.2.2.1
+++ paymentech.pm 19 Dec 2009 20:58:13 -0000 1.2.2.2
@@ -66,7 +66,7 @@
$xml->startTag('transRequest', RequestCount => scalar(@cust_pay_batch) + 1);
$xml->startTag('batchFileID');
$xml->dataElement(userID => $username);
- $xml->dataElement(fileDateTime => time2str('%Y%m%d%H%M%s', time));
+ $xml->dataElement(fileDateTime => time2str('%Y%m%d%H%M%S', time));
$xml->dataElement(fileID => 'FILEID');
$xml->endTag('batchFileID');
More information about the freeside-commits
mailing list