Fix date format string
authormark <mark>
Thu, 12 Nov 2009 02:05:27 +0000 (02:05 +0000)
committermark <mark>
Thu, 12 Nov 2009 02:05:27 +0000 (02:05 +0000)
FS/FS/pay_batch/paymentech.pm

index b75f256..d62a1f1 100644 (file)
@@ -66,7 +66,7 @@ my %paytype = (
     $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');