mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
suppliersForEvent -> sortedSuppliersForEvent
This commit is contained in:
@@ -222,7 +222,7 @@ func (lcrS *SupplierService) resourceUsage(resIDs []string) (tUsage float64, err
|
||||
|
||||
// supliersForEvent will return the list of valid supplier IDs
|
||||
// for event based on filters and sorting algorithms
|
||||
func (spS *SupplierService) supliersForEvent(ev *SupplierEvent) (sortedSuppls *SortedSuppliers, err error) {
|
||||
func (spS *SupplierService) sortedSuppliersForEvent(ev *SupplierEvent) (sortedSuppls *SortedSuppliers, err error) {
|
||||
var suppPrfls SupplierProfiles
|
||||
if suppPrfls, err = spS.matchingSupplierProfilesForEvent(ev); err != nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user