freeside/FS/FS Conf.pm,1.115,1.116

ivan ivan at pouncequick.420.am
Fri Dec 10 23:50:38 PST 2004


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;




More information about the freeside-commits mailing list