mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Add ApierV1.GetRatingProfile method
This commit is contained in:
committed by
Dan Christian Bogos
parent
6f55faf3e9
commit
ce76251554
@@ -352,7 +352,6 @@ func ConcatenatedKey(keyVals ...string) string {
|
||||
|
||||
func LCRKey(direction, tenant, category, account, subject string) string {
|
||||
return ConcatenatedKey(direction, tenant, category, account, subject)
|
||||
|
||||
}
|
||||
|
||||
func RatingSubjectAliasKey(tenant, subject string) string {
|
||||
|
||||
Reference in New Issue
Block a user