[freeside-commits] branch FREESIDE_4_BRANCH updated. 01330d19ff01083ab26c6bae8ab13fb96ab78af9
Mark Wells
mark at 420.am
Thu Dec 22 15:51:50 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 01330d19ff01083ab26c6bae8ab13fb96ab78af9 (commit)
from b71fde6bf49b090dafcdd3b1c275aff31044d0a4 (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 01330d19ff01083ab26c6bae8ab13fb96ab78af9
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