mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Fixup balance_debit command, cdrexporter supporting http_post field values
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user