mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
fix debit_max console command name
This commit is contained in:
@@ -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"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user