00 = sale, 01 = pre-auth. we need the former
authorivan <ivan>
Wed, 24 Jan 2007 23:41:46 +0000 (23:41 +0000)
committerivan <ivan>
Wed, 24 Jan 2007 23:41:46 +0000 (23:41 +0000)
httemplate/misc/download-batch.cgi

index 371f17d..b6af849 100644 (file)
 %  } elsif ($format eq "csv-chase_canada-E-xactBatch"){
 %
 %  my $payname=$cust_pay_batch->payname; $payname =~ tr/",/  /; #payinfo too? :P
-<% $cust_pay_batch->paybatchnum %>,<% $cust_pay_batch->custnum %>,<% $cust_pay_batch->invnum %>,"<% $payname %>",01,<% $cust_pay_batch->payinfo %>,<% $cust_pay_batch->amount %>,<% $exp %>,,
+<% $cust_pay_batch->paybatchnum %>,<% $cust_pay_batch->custnum %>,<% $cust_pay_batch->invnum %>,"<% $payname %>",00,<% $cust_pay_batch->payinfo %>,<% $cust_pay_batch->amount %>,<% $exp %>,,
 %
 %
 %  } else {