summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2003-06-22 14:21:54 +0000
committerivan <ivan>2003-06-22 14:21:54 +0000
commit38ed51aa1b0c04cd2ea7126cc7ee6e4754c08a8e (patch)
tree3af57c55cf07e3a571d16eae5b6e93334961a879 /httemplate/misc
parentc931f17b20f0b47c2901ba7d2ec1715ad5aac784 (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;