mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Improve GetAccountCost
This commit is contained in:
committed by
Dan Christian Bogos
parent
054c584775
commit
953bb6de52
@@ -122,7 +122,7 @@ func (apierSv1 *APIerSv1) GetAccountCost(ctx *context.Context, args *utils.CGREv
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
args.APIOpts[utils.MetaRALsDryRun] = true
|
||||
cd.DryRun = true
|
||||
var cc engine.CallCost
|
||||
if err := apierSv1.Responder.Debit(context.Background(),
|
||||
&engine.CallDescriptorWithAPIOpts{
|
||||
|
||||
Reference in New Issue
Block a user