[freeside-commits] branch FREESIDE_3_BRANCH updated. 5db40d4e6b6d91c7bcf81f8938b080ed3d60ae04
Ivan
ivan at 420.am
Sat Mar 1 17:05:09 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 5db40d4e6b6d91c7bcf81f8938b080ed3d60ae04 (commit)
from f085de05b9e70462e5548f82c5e8c1e3adc29378 (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 5db40d4e6b6d91c7bcf81f8938b080ed3d60ae04
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Mar 1 17:05:08 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