[freeside-commits] branch FREESIDE_3_BRANCH updated. 09c7570c160df631689d8172effc1d23a5540b30

Ivan ivan at 420.am
Mon Jan 19 05:30:48 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  09c7570c160df631689d8172effc1d23a5540b30 (commit)
      from  9423ff1142498c28700c2a608e10293e69772e4d (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 09c7570c160df631689d8172effc1d23a5540b30
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jan 19 05:30:45 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