[freeside-commits] freeside/FS/FS Conf.pm, 1.276, 1.277 Schema.pm, 1.132, 1.133

Ivan,,, ivan at wavetail.420.am
Tue Apr 14 10:12:15 PDT 2009


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

Modified Files:
	Conf.pm Schema.pm 
Log Message:
add configuration option to control recurring_flag behavior, RT#3843

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Schema.pm	4 Apr 2009 16:22:19 -0000	1.132
+++ Schema.pm	14 Apr 2009 17:12:13 -0000	1.133
@@ -847,6 +847,7 @@
         'payinfo',      'varchar', 'NULL', 512, '', '', #see cust_main above
 	'paymask',      'varchar', 'NULL', $char_d, '', '', 
         'paydate',      'varchar', 'NULL', 10, '', '', 
+        'recurring_billing', 'varchar', 'NULL', $char_d, '', '',
         #'paybatch',     'varchar', 'NULL', $char_d, '', '', #for auditing purposes.
         'payunique',    'varchar', 'NULL', $char_d, '', '', #separate paybatch "unique" functions from current usage
 

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- Conf.pm	14 Apr 2009 00:09:31 -0000	1.276
+++ Conf.pm	14 Apr 2009 17:12:13 -0000	1.277
@@ -1672,6 +1672,13 @@
   },
 
   {
+    'key'         => 'credit_card-recurring_billing_acct_code',
+    'section'     => 'billing',
+    'description' => 'When the "recurring billing" flag is set, also set the "acct_code" to "rebill".  Useful for reporting purposes with supported gateways (PlugNPay, others?)',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'cvv-save',
     'section'     => 'billing',
     'description' => 'Save CVV2 information after the initial transaction for the selected credit card types.  Enabling this option may be in violation of your merchant agreement(s), so please check them carefully before enabling this option for any credit card types.',



More information about the freeside-commits mailing list