diff --git a/console/debit_max.go b/console/debit_max.go index 3861f9388..291b8281d 100644 --- a/console/debit_max.go +++ b/console/debit_max.go @@ -22,7 +22,7 @@ import "github.com/cgrates/cgrates/engine" func init() { c := &CmdMaxDebit{ - name: "debit", + name: "debit_max", rpcMethod: "Responder.MaxDebit", clientArgs: []string{"Direction", "Category", "TOR", "Tenant", "Subject", "Account", "Destination", "TimeStart", "TimeEnd", "CallDuration", "FallbackSubject"}, }