mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add RateProfileIDs to Balance struct and rename from CostAttributes to AttributeIDs ( same as from ChargerProfile )
This commit is contained in:
committed by
Dan Christian Bogos
parent
2972c2038c
commit
34d17d0307
@@ -1631,7 +1631,8 @@ func TestLoadAccountProfiles(t *testing.T) {
|
||||
RecurrentFee: utils.Float64Pointer(3.3),
|
||||
},
|
||||
},
|
||||
CostAttributes: []string{"attr1", "attr2"},
|
||||
AttributeIDs: []string{"attr1", "attr2"},
|
||||
RateProfileIDs: []string{},
|
||||
UnitFactors: []*utils.TPBalanceUnitFactor{
|
||||
{
|
||||
FilterIDs: []string{"fltr1", "fltr2"},
|
||||
@@ -1650,7 +1651,8 @@ func TestLoadAccountProfiles(t *testing.T) {
|
||||
Weight: 10,
|
||||
Type: utils.MetaVoice,
|
||||
CostIncrement: []*utils.TPBalanceCostIncrement{},
|
||||
CostAttributes: []string{},
|
||||
AttributeIDs: []string{},
|
||||
RateProfileIDs: []string{},
|
||||
UnitFactors: []*utils.TPBalanceUnitFactor{},
|
||||
Units: 3600000000000,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user