[freeside-commits] branch master updated. 5d7f2acfa04f0c65b9ba9f74cfae5778f090d688
Ivan
ivan at 420.am
Mon Jan 19 05:30:44 PST 2015
The branch, master has been updated
via 5d7f2acfa04f0c65b9ba9f74cfae5778f090d688 (commit)
from de39a5275fcc744487634a9a0b37cae1889c9fc3 (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 5d7f2acfa04f0c65b9ba9f74cfae5778f090d688
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jan 19 05:30:40 2015 -0800
cardfortress merchant deletion (disabling)
diff --git a/FS/FS/part_export/cardfortress.pm b/FS/FS/part_export/cardfortress.pm
index e79205e..8a56bfc 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->run(
+ my $private_key = $ssh->system(
'/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