mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Replaced DEFAULT_RUNID with META_DEFAULT
This commit is contained in:
@@ -51,7 +51,7 @@ func (self *CmdGetCostDetails) RpcMethod() string {
|
||||
|
||||
func (self *CmdGetCostDetails) RpcParams(reset bool) interface{} {
|
||||
if reset || self.rpcParams == nil {
|
||||
self.rpcParams = &utils.AttrGetCallCost{RunId: utils.DEFAULT_RUNID}
|
||||
self.rpcParams = &utils.AttrGetCallCost{RunId: utils.META_DEFAULT}
|
||||
}
|
||||
return self.rpcParams
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user