From 17ddcceb66e4c5c45abe890403d2ca98b128d375 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 09:38:20 +0000 Subject: - send a notice to the customer when their card is declined - closes: Bug#351 - freeside-expiration-alerter works fine, closes: Bug#7 --- httemplate/docs/billing.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/docs') diff --git a/httemplate/docs/billing.html b/httemplate/docs/billing.html index c6ef7a869..c78a87f04 100644 --- a/httemplate/docs/billing.html +++ b/httemplate/docs/billing.html @@ -7,6 +7,8 @@
  • You can bill individual customers by clicking on the Bill now link on the main customer view.
  • The freeside-daily script should be run daily to bill customers and run invoice collection events.
  • Real-time credit card processing: Install the Business::OnlinePayment module for your processor. Configure the business-onlinepayment configuration option. Disable the default Batch card invoice event and add one for Business::OnlinePayment. +
  • Optional: Credit card expiration alerts: Customize alerter_template configuration option and run freeside-expiration-alerter daily. +
  • Credit card decline alerts: Customize the declinetemplate configuration option and set the emaildecline configuration option.
  • Optional: Invoice template customization