[freeside-commits] branch FREESIDE_3_BRANCH updated. 7178d3ea5212bc2398379593c5b5908fd6d57db7
Ivan
ivan at 420.am
Mon Jan 19 05:37:28 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 7178d3ea5212bc2398379593c5b5908fd6d57db7 (commit)
from 09c7570c160df631689d8172effc1d23a5540b30 (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 7178d3ea5212bc2398379593c5b5908fd6d57db7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jan 19 05:37:25 2015 -0800
cardfortress merchant deletion (disabling)
diff --git a/FS/FS/part_export/cardfortress.pm b/FS/FS/part_export/cardfortress.pm
index 8a56bfc..7ff7280 100644
--- a/FS/FS/part_export/cardfortress.pm
+++ b/FS/FS/part_export/cardfortress.pm
@@ -67,7 +67,7 @@ sub _export_delete {
my $ssh = Net::OpenSSH->new( $self->machine,
default_stdin_fh => $def_in );
- my $private_key = $ssh->system(
+ my $unused_output = $ssh->capture(
'/usr/local/bin/merchant_disable', map $svc_acct->$_, qw( username )
);
return $ssh->error if $ssh->error;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/cardfortress.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list