summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-10-22 08:13:03 +0000
committerivan <ivan>2002-10-22 08:13:03 +0000
commita1319845c0a89d220e787358cf67f4dd6eabbe8c (patch)
treec304f413ef8d72569a6bd642fa75f38774231c47 /httemplate
parenta8b5b65b1c338cbaa0226d78e9d1b8a88a51e5eb (diff)
ACH fixes from s5
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/part_bill_event.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi
index 6960a3824..de0d61c05 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -108,6 +108,12 @@ tie my %events, 'Tie::IxHash',
'weight' => 30,
},
+ 'realtime-check' => {
+ 'name' => 'Run check with a <a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a> realtime gateway',
+ 'code' => '$cust_bill->realtime_ach();',
+ 'weight' => 30,
+ },
+
'realtime-card-cybercash' => {
'name' => '(<b>deprecated</b>) Run card with <a href="http://www.cybercash.com/cashregister">CyberCash CashRegister</a> realtime gateway',
'code' => '$cust_bill->realtime_card_cybercash();',