[freeside-commits] freeside/FS/FS/pay_batch paymentech.pm,1.4,1.5
Mark Wells
mark at wavetail.420.am
Wed Nov 11 18:05:29 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/pay_batch
In directory wavetail.420.am:/tmp/cvs-serv2248/FS/FS/pay_batch
Modified Files:
paymentech.pm
Log Message:
Fix date format string
Index: paymentech.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/pay_batch/paymentech.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- paymentech.pm 29 Oct 2009 23:43:34 -0000 1.4
+++ paymentech.pm 12 Nov 2009 02:05:27 -0000 1.5
@@ -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