summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2003-06-22 14:21:57 +0000
committerivan <ivan>2003-06-22 14:21:57 +0000
commit3464d4c767130711e724fbd96e391e03fa3a1796 (patch)
treeb9416b2405e5536356878dba32a3b21799073eb2 /httemplate/misc
parent8f4fddbaa123a4baee6fb1df4d2abf857f22a04c (diff)
fix the credit card retry on change or manual "retry_card" to ONCE per invoice
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-xhttemplate/misc/bill.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/bill.cgi b/httemplate/misc/bill.cgi
index f048e5559..44d85b880 100755
--- a/httemplate/misc/bill.cgi
+++ b/httemplate/misc/bill.cgi
@@ -21,7 +21,8 @@ unless ( $error ) {
#'batch_card'=> 'yes',
#'batch_card'=> 'no',
#'report_badcard'=> 'yes',
- 'retry_card' => 'yes',
+ #'retry_card' => 'yes',
+ 'retry' => 'yes',
);
}
#&eidiot($error) if $error;