[freeside-commits] branch FREESIDE_3_BRANCH updated. 3c417a8013efc44e77f93288685177868e70555a

Mark Wells mark at 420.am
Thu Dec 22 15:51:50 PST 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  3c417a8013efc44e77f93288685177868e70555a (commit)
      from  399013698f9ba6ff2c9861a839f424da9609825e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3c417a8013efc44e77f93288685177868e70555a
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Dec 22 15:46:34 2016 -0800

    include with_recurringInd in paymentech config migration, #19571

diff --git a/FS/FS/pay_batch/paymentech.pm b/FS/FS/pay_batch/paymentech.pm
index 91abbf2..65fb668 100644
--- a/FS/FS/pay_batch/paymentech.pm
+++ b/FS/FS/pay_batch/paymentech.pm
@@ -175,7 +175,14 @@ sub _upgrade_gateway {
   my $conf = FS::Conf->new;
   my @batchconfig = $conf->config('batchconfig-paymentech');
   my %options;
-  @options{ qw(bin terminalID merchantID login password ) } = @batchconfig;
+  @options{ qw(
+    bin
+    terminalID
+    merchantID
+    login
+    password
+    with_recurringInd
+  ) } = @batchconfig;
   $options{'industryType'} = 'EC';
   ( 'Paymentech', %options );
 }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/pay_batch/paymentech.pm |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list