diff options
author | ivan <ivan> | 2002-09-17 10:21:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-17 10:21:47 +0000 |
commit | 0c9f7a9f0e0cb21407051b7804f8454e85421f14 (patch) | |
tree | 7f887ba46c2a9bd444cc2d2dda98515643c398de /httemplate | |
parent | 3595c874f8e476e58b98b7ab6d86918d4dbb1d5c (diff) |
remove obsolete cybercash support
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index a10a186a9..1b20ef1d2 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -108,12 +108,6 @@ tie my %events, 'Tie::IxHash', '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();', - 'weight' => 30, - }, - 'batch-card' => { 'name' => 'Add card to the pending credit card batch', 'code' => '$cust_bill->batch_card();', |