mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Removing engine. reference
This commit is contained in:
@@ -692,7 +692,7 @@ func (cdrS *CDRServer) V2StoreSessionCost(args *ArgsV2CDRSStoreSMCost, reply *st
|
||||
cd.Increments = roundIncrements
|
||||
var response float64
|
||||
if err := cdrS.rals.Call(utils.ResponderRefundRounding,
|
||||
&engine.CallDescriptorWithArgDispatcher{CallDescriptor: cd},
|
||||
&CallDescriptorWithArgDispatcher{CallDescriptor: cd},
|
||||
&response); err != nil {
|
||||
utils.Logger.Warning(
|
||||
fmt.Sprintf("<CDRS> RefundRounding for cc: %+v, got error: %s",
|
||||
|
||||
Reference in New Issue
Block a user