freeside/FS/FS Conf.pm,1.115,1.116
ivan
ivan at pouncequick.420.am
Fri Dec 10 23:50:38 PST 2004
- Previous message: freeside/httemplate/docs selfservice.html,1.1,1.2
- Next message: freeside/httemplate/view/cust_main payment_history.html,NONE,1.1 packages.html,NONE,1.1 order_pkg.html,NONE,1.1 quick-charge.html,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv2225
Modified Files:
Conf.pm
Log Message:
voiding of echeck payments instead of refunds
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Conf.pm 9 Dec 2004 12:01:36 -0000 1.115
+++ Conf.pm 11 Dec 2004 07:50:35 -0000 1.116
@@ -1363,6 +1363,13 @@
'type' => 'text',
},
+ {
+ 'key' => 'echeck-void',
+ 'section' => 'billing',
+ 'description' => 'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway',
+ 'type' => 'checkbox',
+ },
+
);
1;
- Previous message: freeside/httemplate/docs selfservice.html,1.1,1.2
- Next message: freeside/httemplate/view/cust_main payment_history.html,NONE,1.1 packages.html,NONE,1.1 order_pkg.html,NONE,1.1 quick-charge.html,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list