diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-03-01 17:05:08 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-03-01 17:05:08 -0800 |
commit | 5db40d4e6b6d91c7bcf81f8938b080ed3d60ae04 (patch) | |
tree | 2228ba1a735e9448a246bde0eb8a5dc4dd37379d /bin | |
parent | f085de05b9e70462e5548f82c5e8c1e3adc29378 (diff) |
fix test script, RT#27900
Diffstat (limited to 'bin')
-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'}; |