projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f085de0
)
fix test script, RT#27900
author
Ivan Kohler
<ivan@freeside.biz>
Sun, 2 Mar 2014 01:05:08 +0000
(17:05 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Sun, 2 Mar 2014 01:05:08 +0000
(17:05 -0800)
bin/xmlrpcd-phonenum_balance.pl
patch
|
blob
|
history
diff --git
a/bin/xmlrpcd-phonenum_balance.pl
b/bin/xmlrpcd-phonenum_balance.pl
index
8aeeb11
..
7a3e0a7
100755
(executable)
--- 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'};