diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-03-01 17:05:07 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-03-01 17:05:07 -0800 |
commit | 340b16e7d72c2b3791ad03a964e1f0ecf10a396d (patch) | |
tree | c9bd1f569d969e76c28ee0cbb84c6ea1efe9d7e0 | |
parent | b612943dc198fc6bd0529a56a9fa70fb61ef9719 (diff) |
fix test script, RT#27900
-rwxr-xr-x | bin/xmlrpcd-phonenum_balance.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xmlrpcd-phonenum_balance.pl b/bin/xmlrpcd-phonenum_balance.pl index 8aeeb11c2..7a3e0a7a9 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'}; |