Fixup balance_debit command, cdrexporter supporting http_post field values

This commit is contained in:
DanB
2014-06-04 13:46:53 +02:00
parent 8e7eb8233f
commit 7bd66530fe
3 changed files with 16 additions and 2 deletions

View File

@@ -56,8 +56,8 @@ func (self *CmdDebitBalance) RpcParams() interface{} {
}
func (self *CmdDebitBalance) RpcResult() interface{} {
var s string
return &s
var cc engine.CallDescriptor
return &cc
}
func (self *CmdDebitBalance) ClientArgs() []string {