[freeside-commits] branch master updated. 340b16e7d72c2b3791ad03a964e1f0ecf10a396d

Ivan ivan at 420.am
Sat Mar 1 17:05:08 PST 2014


The branch, master has been updated
       via  340b16e7d72c2b3791ad03a964e1f0ecf10a396d (commit)
      from  b612943dc198fc6bd0529a56a9fa70fb61ef9719 (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 340b16e7d72c2b3791ad03a964e1f0ecf10a396d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 1 17:05:07 2014 -0800

    fix test script, RT#27900

diff --git a/bin/xmlrpcd-phonenum_balance.pl b/bin/xmlrpcd-phonenum_balance.pl
index 8aeeb11..7a3e0a7 100755
--- a/bin/xmlrpcd-phonenum_balance.pl
+++ b/bin/xmlrpcd-phonenum_balance.pl
@@ -8,7 +8,7 @@ my $uri = new URI 'http://localhost:8080/';
 
 my $server = new Frontier::Client ( 'url' => $uri );
 
-my $result = $server->call('phonenum_balance', 'phonenum' => '9567566022', );
+my $result = $server->call('FS.ClientAPI_XMLRPC.phonenum_balance', 'phonenum' => '9567566022', );
 
 #die $result->{'error'} if $result->{'error'};
 

-----------------------------------------------------------------------

Summary of changes:
 bin/xmlrpcd-phonenum_balance.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list