summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2000-06-14 03:41:37 +0000
committerivan <ivan>2000-06-14 03:41:37 +0000
commit6957f45d5cb0006941c8496ff35875c000fa4710 (patch)
treea9f4648c1a5fccbfc2858e557f9153edff3f7e5f
parent26077e96836f95cd1b62aef3fff450913982f6da (diff)
no longer need to modify Bill.pm to enable real-time credit card processing
-rw-r--r--htdocs/docs/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/docs/billing.html b/htdocs/docs/billing.html
index 659049d06..46ae1fdad 100644
--- a/htdocs/docs/billing.html
+++ b/htdocs/docs/billing.html
@@ -6,7 +6,7 @@
The <b>freeside-bill</b> script can be run daily to bill all customers. Usage: bill [ -c [ i ] ] [ -d <i>date</i> ] [ -b ] <i>user</i>
<ul>
<li>-c: Turn on collecting (you probably want this).
- <li>-i: Real-time billing (as opposed to bacth billing). Only relevant for credit cards. Not available without modifying site_perl/Bill.pm
+ <li>-i: Real-time billing (as opposed to bacth billing). Only relevant for credit cards.
<li>-d: Pretend it is <i>date</i> (parsed by Date::Parse)
<li>-b: N/A
</ul>