[freeside-commits] branch master updated. e46ea78f6d233fbf0314d1386237bd225ef29035

Ivan ivan at 420.am
Mon Jan 19 05:37:24 PST 2015


The branch, master has been updated
       via  e46ea78f6d233fbf0314d1386237bd225ef29035 (commit)
      from  5d7f2acfa04f0c65b9ba9f74cfae5778f090d688 (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 e46ea78f6d233fbf0314d1386237bd225ef29035
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jan 19 05:37:21 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