[freeside-commits] freeside/FS/FS Conf.pm,1.432,1.433

Mark Wells mark at wavetail.420.am
Thu Mar 3 11:08:48 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11575

Modified Files:
	Conf.pm 
Log Message:
allow third-party payment customers to be recorded as CARD, #11734

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -w -d -r1.432 -r1.433
--- Conf.pm	19 Feb 2011 16:21:20 -0000	1.432
+++ Conf.pm	3 Mar 2011 19:08:46 -0000	1.433
@@ -1921,6 +1921,13 @@
   },
 
   {
+    'key'         => 'signup_server-third_party_as_card',
+    'section'     => 'self-service',
+    'description' => 'Allow customer payment type to be set to CARD even when using third-party credit card billing.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'selfservice-xmlrpc',
     'section'     => 'self-service',
     'description' => 'Run a standalone self-service XML-RPC server on the backend (on port 8080).',



More information about the freeside-commits mailing list