[freeside-commits] branch master updated. 6d1586037b5b12a7b8097750372241aba18c730c

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


The branch, master has been updated
       via  6d1586037b5b12a7b8097750372241aba18c730c (commit)
      from  b49e60810267101b83b9b2133e5dfc90d1663cdc (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 6d1586037b5b12a7b8097750372241aba18c730c
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 1282507..3cf3134 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