From 6d1586037b5b12a7b8097750372241aba18c730c Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 22 Dec 2016 15:46:34 -0800 Subject: [PATCH] include with_recurringInd in paymentech config migration, #19571 --- FS/FS/pay_batch/paymentech.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/FS/FS/pay_batch/paymentech.pm b/FS/FS/pay_batch/paymentech.pm index 12825074a..3cf3134ff 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 ); } -- 2.11.0