summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2003-09-21 07:31:27 +0000
committerivan <ivan>2003-09-21 07:31:27 +0000
commit8ba4df7e0fab1faa2032b8311a195d297502e4b2 (patch)
treef73e6e210493eb1107a4c8117f897180ee863006 /FS
parent95b6fff06bd55cfc97647b056cb321b1b57c2d78 (diff)
remove trancode from batching
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 4793608c0..c15dad433 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -636,7 +636,6 @@ sub batch_card {
'state' => $cust_main->getfield('state'),
'zip' => $cust_main->getfield('zip'),
'country' => $cust_main->getfield('country'),
- 'trancode' => 77,
'cardnum' => $cust_main->getfield('payinfo'),
'exp' => $cust_main->getfield('paydate'),
'payname' => $cust_main->getfield('payname'),